Amazon EventBridge is a serverless event routing service that allows us to react to incoming events in real time. A Cloud Guru makes it easy (and awesome) to level up your cloud career — even if you’re totally new to tech.

Amazon EventBridge is an evolution of the original CloudWatch Events service offered by AWS. It allows us to utilize a serverless event bus to perform operational tasks based on incoming events within our accounts in real-time.

Here is a detailed list of currently supported AWS services that can generate default service events that are easily used with EventBridge: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html

Related Articles