Skip to main content

Overview

The EventBridgeBus construct creates an Amazon EventBridge custom event bus. Route events between microservices with content-based filtering rules.

Import

Basic Usage

Using the Messaging Factory

The recommended way to add EventBridge to a Fjall application is through the MessagingFactory:

Properties

Methods

Examples

Custom Event Bus

Event Routing with Rules

Add rules to route events to specific targets:

CloudFormation Outputs

Next Steps

Messaging Factory

Create messaging resources via the factory pattern

Lambda Function

Process events with Lambda

SQS Queue

Buffer and decouple work with a managed queue

SNS Topic

Fan out notifications to multiple subscribers