https://github.com/nullstone-modules/aws-eventbus
Nullstone module to create an AWS EventBus
https://github.com/nullstone-modules/aws-eventbus
Last synced: 4 months ago
JSON representation
Nullstone module to create an AWS EventBus
- Host: GitHub
- URL: https://github.com/nullstone-modules/aws-eventbus
- Owner: nullstone-modules
- License: mit
- Created: 2024-01-23T13:36:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T20:52:02.000Z (about 2 years ago)
- Last Synced: 2026-01-30T14:56:41.281Z (4 months ago)
- Language: HCL
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# EventBus
Nullstone module to create an [AWS EventBus](https://aws.amazon.com/eventbridge/event-bus/).
## When to use
EventBus provides an AWS-managed service for building event-driven architectures.
This services provides a way to route events to a centralized bus.
Other services can selectively subscribe to events to perform additional actions.