## Notes
Connects applications together
- *event bus* mode
- Many sources and many destinations
- *pipes*
- Single source, single target
## From [[CloudWatch Events]]
- Considered an evolution to [[CloudWatch Events]]
- Uses the same API
- Also adds
- *partner events*
- *Schema registry*
- *pipes*
## Rules
- *Rules* help determine which *targets* *events* are sent to
## References
- [EventBridge - AWS Docs](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is.html)