Skip to content

Commit 18406b5

Browse files
committed
remove eventRetentionInDays in empty stack
1 parent bd5f55d commit 18406b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/aws/construct/event-handler-empty.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class TestCommonStack extends CommonStack {
4545
protected determineConstructProps(props: cdk.StackProps) {
4646
return {
4747
...super.determineConstructProps(props),
48-
eventRetentionInDays: 7,
4948
}
5049
}
5150
}

0 commit comments

Comments
 (0)