You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: