-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: EventBridge Resources #4455
Comments
Hey @dehli, Once the Cloudformation Team adds the functionality for EventBridge into their Resource Specification, the CDK should automatically update with a new L1 construct. Unfortunately, we have no control over when this happens. If you would like more information, I would reach out to the Cloudformation team in their forum. Otherwise, I will update this issue when we have more information on timeline. 😸 |
Thanks @NGL321! I started to build the L2? construct and then realized the specification hadn't been updated to include an |
Really looking forward to getting this too 👍 |
With #4839 being merged in, this has been completed. I'll go ahead and close the issue! |
Ended up here from Google, it's kind of confusing that all of the doco talks about
|
With the release of event bus in CloudFormation (Announcement) we can create an
EventBus
resource and also update theRule
resource to optionally have anEventBus
passed in.Use Case
Want to use the new EventBridge resources.
Proposed Solution
Currently working on a solution following other resources as an example.
Status
EventBus
construct (merged bbec8c5)eventBusName
toRule
construct (PR feat(events): support event bus for rule #4839)This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: