c4code-mesh-downloader
architecture-beta
group meshDownloader(cloud)[MeshDownloader]
service meshReceived(aws:res-amazon-eventbridge-event)[MESHInboxMessageReceived Event]
service meshDownloaded(aws:res-amazon-eventbridge-event)[ MESHInboxMessageDownloaded Event]
service meshInvalid(aws:res-amazon-eventbridge-event)[ MESHInboxMessageInvalid Event]
service meshDownloadQueue(logos:aws-sqs)[MeshDownload Queue] in meshDownloader
service meshDownloadLambda(logos:aws-lambda)[MeshDownload] in meshDownloader
service mesh(server)[MESH]
service s3(logos:aws-s3)[DocumentReference] in meshDownloader
junction j1
meshReceived:R --> L:meshDownloadQueue
meshDownloadQueue:R --> L:meshDownloadLambda
meshDownloadLambda:T --> B:s3
meshDownloadLambda:B --> T:mesh
meshDownloadLambda:R -- L:j1
j1:T --> L:meshInvalid
j1:R --> L:meshDownloaded