File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
docs/collections/_diagrams Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+
3+ title : c4code-mesh-statusreporter-recorder
4+
5+ ---
6+
7+ ``` mermaid
8+ architecture-beta
9+ group statusRecorder(cloud)[StatusRecorder]
10+ service report1Event(aws:res-amazon-eventbridge-event)[DigitalLetterRead Event]
11+ service report2Event(aws:res-amazon-eventbridge-event)[PrintingDispatched Event]
12+ service report3Event(aws:res-amazon-eventbridge-event)[NHSAppMessageRequested Event]
13+ service sqs(logos:aws-sqs)[StatusRecorder Queue] in statusRecorder
14+ service reportGeneratorLambda(logos:aws-lambda)[StatusRecorder] in statusRecorder
15+ service ddb(aws:arch-amazon-athena)[Reports] in statusRecorder
16+ junction j1
17+ junction j2
18+
19+ j2:B -- T:j1
20+ report1Event:R -- L:j2
21+ report2Event:R -- L:j1
22+ report3Event:R -- B:j1
23+
24+ j1:R --> L:sqs
25+ sqs:R --> L:reportGeneratorLambda
26+ reportGeneratorLambda:B --> T:ddb
27+
28+ ```
You can’t perform that action at this time.
0 commit comments