#8451·moto

Support Eventbridge events delivered by Cloudtrail

Author: faridnshCreated Dec 31, 2024Updated Aug 18, 2026
Labelsenhancement

I see that we have support for CreateBucket event but intentionally no other event is supported. My use case is that I have an Cloudformation stack that creates a eventbridge rules and I want to test it with moto.

Can we support other events? Or just do it as much as possible?

There's some challenges though. Some API actions don't have events or result in different events. Some also may not have all the parameters or responses logged. Not all of this is well documented of course by AWS.

I'm also happy to contribute to this, just starting a discussion to see where we can take this.