Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Sep 5, 2023
1 parent 6ee5044 commit 75ba440
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ class LogRetentionIntegStack extends Stack {
retention: RetentionDays.ONE_DAY,
removalPolicy: RemovalPolicy.DESTROY,
});

new LogRetention(this, 'MyLambda3', {
logGroupName: 'logRetentionLogGroup2',
retention: RetentionDays.ONE_DAY,
removalPolicy: RemovalPolicy.DESTROY,
logRetentionRetryOptions: {
lambdaTimeout: Duration.minutes(2),
},
});
}
}

Expand Down

0 comments on commit 75ba440

Please sign in to comment.