Back to AWS
AWSIntegration
EventBridge
Amazon EventBridge routes events between AWS services, SaaS applications, and custom apps using rules and event patterns.
What it does
Event bus for event-driven architectures.
When to use
Use EventBridge when you need event routing and loosely coupled event-driven workflows.
Key Concepts
Events are matched using rules and patterns.
Targets can include Lambda, SQS, SNS, and more.
It helps decouple systems through event routing.
It is useful for automation and reactive architectures.
Common Use Cases
Triggering automation from cloud events.
Routing application events to multiple consumers.
Building decoupled reactive systems.
Interview Questions
What is EventBridge?
How is EventBridge different from SNS or SQS?
When is event-driven routing useful?