Conceptly
← 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