EventBridge can automatically detect and store the structure of events that pass through your event bus.
Features
- Centralized schema repository for all discovered event types.
- Schema versioning to track changes and maintain compatibility.
- Supports code bindings generation in multiple programming languages, allowing applications to:
- Automatically deserialize event payloads.
- Work with strongly typed event objects instead of raw JSON.