Skip to content

Commit a934d7a

Browse files
committed
Don't attempt to rentain group until it successfully gets created.
1 parent 2d7ecfd commit a934d7a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

template/cloudFormationWebsiteTemplate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ const stackProvider = {
199199

200200
CloudWatchLambdaLogGroup: {
201201
Type: 'AWS::Logs::LogGroup',
202-
DeletionPolicy: 'Retain',
203202
Properties: {
204203
LogGroupName: { 'Fn::Sub': '/aws/lambda/${serviceName}' },
205204
RetentionInDays: 365

0 commit comments

Comments
 (0)