01
Shared foundation
Keep producers and consumers independently deployable.
Pattern 06
Shared EventBridge foundation with schema registry, archive, and optional cross-region routing.
What you get
01
Keep producers and consumers independently deployable.
02
Retain and replay historical traffic for recovery and debugging.
03
Document event contracts and reduce accidental breaking changes.
Start here
Add the module to your configuration and customize only what you need.
module "events" {
source = "pomo-studio/event-bus/aws"
version = "~> 1.0"
name = "my-app-events"
enable_dr = true
enable_archive = true
enable_cross_region_routing = true
}Key inputs
Useful outputs
Built with