Skip to content
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

Support Eventbridge events delivered by Cloudtrail #8451

Open
faridnsh opened this issue Dec 31, 2024 · 1 comment
Open

Support Eventbridge events delivered by Cloudtrail #8451

faridnsh opened this issue Dec 31, 2024 · 1 comment

Comments

@faridnsh
Copy link

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.

@bblommers
Copy link
Collaborator

Hi @faridnsh! There are a few other S3 events supported as well, the events page just hasn't been updated yet. The s3 page does show which events are supported, under the put_bucket_notification_configuration feature. (http://docs.getmoto.org/en/latest/docs/services/s3.html)

The current approach is to implement it one API action at the time. A little bit more time consuming, but it does ensure that we don't have to worry about the details.

Which API action(s) do you want to see supported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants