An open API service indexing awesome lists of open source software.

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

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.