We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5f55d commit 18406b5Copy full SHA for 18406b5
src/test/aws/construct/event-handler-empty.test.ts
@@ -45,7 +45,6 @@ class TestCommonStack extends CommonStack {
45
protected determineConstructProps(props: cdk.StackProps) {
46
return {
47
...super.determineConstructProps(props),
48
- eventRetentionInDays: 7,
49
}
50
51
0 commit comments