Support for custom EventBridge event buses
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
Is there any plan to support more EventBridge functionality? In particular, custom event buses. If I create a chalice project and use the app.schedule or app.on_cw_event annotations, Chalice generates EventBridge rules on the default event bus. It would be even better if I could specify a customer event bus instead.
Contributor guide
Research direction
Start by tracing the app.schedule and app.on_cw_event annotations through Chalice's EventBridge rule generation, focusing on where the default event bus is selected. Done means a project can specify a custom event bus and generated rules use it instead of the default; check the existing annotation and deployment tests for expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100