- Course
- A Cloud Guru
Introduction to Amazon EventBridge
Gain an introduction to Amazon EventBridge, a serverless event routing service, which allows us to react to incoming events in real time.
What you'll learn
Amazon EventBridge is a serverless event bus that makes it easier to build event-driven applications at scale using events generated from your applications, integrated Software as a Service (SaaS) applications, and other AWS services. EventBridge delivers a stream of real-time data from event sources such as Zendesk, Shopify, or other AWS services to configurable targets, like AWS Lambda and other SaaS applications. You can set up routing rules to determine where to send your data, which allow you to build application architectures that react in real time with event publishers and consumers, being completely decoupled. The main benefits of this service are: * Build event-driven architectures * Connect SaaS apps * Write less custom code * Reduce operational overhead