What is AWS EventBridge?
spaceto flip
A serverless event bus that routes JSON events based on content. You send events, write rules that match on JSON fields, and EventBridge pushes matching events to targets (Lambda, SQS, Step Functions, API endpoints). No servers, no polling. Content-based routing means you match on data, not topic names. Replaces custom SNS/SQS plumbing for event-driven architectures.