How do i create handler functions (lambdas) that trigger on custom events in a EventBridge event when using AWS Chalice ?
https://aws.github.io/chalice/index.html
Docs say they support Cloudwatch events. AWS docs say cloudwatch events is kinda the same as eventbridge.
https://aws.github.io/chalice/topics/events.html?highlight=cloudwatch#cloudwatch-events
But how do i create a handler for events in my eventbus ?
Not sure if you have custom events or scheduled events. If scheduled events then @me2resh provided the following samples on his great website: https://www.me2resh.com/posts/2020/05/05/aws-chalice-event-triggers.html