feat(aws-s3-stepfunctions): Replace EventBridge enabled property override with prop #565
Labels
feature-request
A feature should be added or improved
needs-triage
The issue or PR still needs to be triaged
The S3 cfnBucket class has created new prop called eventBridgeEnabled in S3 bucket props. We will replace the override code line
cfnBucket.addPropertyOverride('NotificationConfiguration.EventBridgeConfiguration.EventBridgeEnabled', true);
with the newly added prop to properly create new S3 buckets with EventBridge enabled.
Use Case
Proposed Solution
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: