Feature: EventBridge Resources
See original GitHub issueWith the release of event bus in CloudFormation (Announcement) we can create an EventBus
resource and also update the Rule
resource to optionally have an EventBus
passed in.
Use Case
Want to use the new EventBridge resources.
Proposed Solution
Currently working on a solution following other resources as an example.
- 👋 I may be able to implement this feature request
- ⚠️ This feature might incur a breaking change
Status
- L2
EventBus
construct (merged bbec8c5c3995b9400cfd6ad0d7a71e8f8646a3b9) - Add
eventBusName
toRule
construct (PR #4839)
This is a 🚀 Feature Request
Issue Analytics
- State:
- Created 4 years ago
- Reactions:11
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Amazon EventBridge Features | Event Bus
Easily build event-driven architectures with Amazon EventBridge with features like a schema registry, 100s of built in sources and targets, filtering, ...
Read more >boyney123/awesome-eventbridge: List of resources ... - GitHub
List of resources for learning about events, patterns, and using Amazon ... Really good video into some core features of EventBridge and some...
Read more >Intro to Event Bridge - Dashbird
Event Bridge is a message bus that acts as a broker between event publishers and consumers. Learn the main components of Event Bridge....
Read more >Amazon EventBridge - Amazon Web Services
Amazon EventBridge features · Fully managed and scalable event bus · Over 100 built-in event sources and targets · Send events from your...
Read more >AWS EventBridge: Features, Pricing, and More - Cloud Academy
AWS EventBridge helps simplify your application architecture, ... will be sent in real-time to connected data sources and event publishers.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ended up here from Google, it’s kind of confusing that all of the doco talks about
CloudWatch Events
, yet the service is calledEventBridge
. Did this get rebranded or something? Should the doco be updated to better match the current reality?Yep! @aripalo An
AWS::Events::EventBus
L2 construct was merged in here: bbec8c5c3995b9400cfd6ad0d7a71e8f8646a3b9Still need to add an
eventBusName
to theRule
construct and then this issue can be closed.