0PricingLogin
Serverless AWS Lambda Development · Lesson

Integrating with Amazon EventBridge

Leverage Amazon EventBridge to build event buses, route events from various sources, and create powerful event-driven integrations across your AWS account.

What is Amazon EventBridge?

Welcome to a deeper dive into event-driven architectures! Today, we'll explore Amazon EventBridge, a powerful service that acts as a central nervous system for your serverless applications.

EventBridge is a serverless event bus that makes it easy to connect applications together using data from your own apps, Software-as-a-Service (SaaS) applications, and AWS services.

EventBridge Core Concepts

EventBridge operates on a few key concepts:

  • Event Bus: A pipeline that receives events. There's a Default Event Bus for AWS service events, and you can create Custom Event Buses.
  • Rules: Filters that match incoming events based on their content (event patterns).
  • Targets: The AWS services or endpoints that an event is sent to when a rule matches.

All lessons in this course

  1. Building Event-Driven Microservices
  2. Integrating with Amazon EventBridge
  3. Real-time Processing with Kinesis
  4. The Saga Pattern for Distributed Transactions
← Back to Serverless AWS Lambda Development