Arsitektur Event-Driven Sederhana (Mermaid)

Contoh arsitektur event-driven sederhana dengan SQS dan Lambda.

Arsitektur Event-Driven Sederhana (Mermaid)
  • aws
  • notion

Diagram arsitektur

flowchart LR
  app[Web App] --> api[API Service]
  api --> queue[SQS Queue]
  queue --> worker[Lambda Worker]
  worker --> db[(DynamoDB)]
  worker --> notify[SNS Notification]

Pola ini cocok untuk workload asynchronous.

EN

(Write English version here)