EventBridge
Amazon EventBridge is the preferred way to manage your events. CloudWatch Events and EventBridge are the same underlying service and API, but EventBridge provides more features. Changes you make in either CloudWatch or EventBridge will appear in each console. What Is Amazon CloudWatch Events?
Amazon EventBridge is recommended when you want to build an application that reacts to events from SaaS applications and/or AWS services. Amazon EventBridge is the only event-based service that integrates directly with third-party SaaS partners.
You can select the following types of targets when using EventBridge as a part of your AWS Health workflow:
- AWS Lambda functions
- Kinesis streams
- Amazon SQS queues
- Amazon SNS topics
- Templated targets (CloudWatch alarm actions)
Templated targets
Templated targets are a set of common API operations across a group of core AWS services, such as Amazon SQS, Lambda, and Step Functions. For example, you can target Lambda's Invoke operation by providing the function ARN, or Amazon SQS's SendMessage operation using the queue ARN.