EventBridge (CloudWatch Events)
Amazon EventBridge (formerly CloudWatch Events) is a serverless event bus that makes it easy to connect applications together using data from your own applications, integrated SaaS applications, and AWS services.
What is EventBridge?
EventBridge is a serverless event bus that delivers a stream of real-time data from event sources to targets like AWS Lambda, SNS, SQS, and more. It enables event-driven architectures by decoupling event producers from consumers.
Events and Rules
Events are JSON objects that describe something that happened in your system. EventBridge rules match incoming events and route them to targets. Rules consist of an event pattern (which events to match) and targets (where to send matching events).
Event Sources and Targets
EventBridge integrates with many AWS services as event sources: EC2, S3, CodeCommit, CloudWatch, and more. Targets can be Lambda functions, SNS topics, SQS queues, Step Functions, and other AWS services.
