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 ?