β Back to Paths
π Event-Driven Architecture
Decouple services and scale asynchronously
π’Amazon SNSStep 1
β μΈλΆ 보기When notifying multiple services of a single event, the sender doesn't need to know the receivers
π¬Amazon SQSStep 2
β μΈλΆ 보기Place a queue between services with different processing speeds for reliable message delivery without overload
π‘Amazon EventBridgeStep 3
β μΈλΆ 보기When event routing rules get complex, manage them through a central event bus
πAWS Step FunctionsStep 4
β μΈλΆ 보기When multiple steps need sequential processing or branching, orchestrate with workflows