-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Description
Describe the feature
S3 API: PutBucketNotificationConfiguration
https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketNotificationConfiguration.html
When customers call this API to setup S3 notification configuration for SQS/SNS/Lambda S3 sends s3:TestEvent in order to validate permissions. (For Lambda it does dryrun function invocation instead)
However, some customers do not want to do that and test permissions during CDK deployment.
- Internal reference:
49359101-0e5e-43f3-99eb-3c6c5ed68db1
Use Case
One customer does not want these test events because they have alarm on unconsumed messages in SQS and they do not have any SQS consumers. And they update notification configuration frequently, which leads to many test events in the queue.
See internal ticket: P142186522
Proposed Solution
Add new Bucket property with this flag.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
latest
Environment details (OS name and version, etc.)
MacOS