Skip to content

Commit f852e1b

Browse files
committed
remove edge log group
1 parent 6dc2d2e commit f852e1b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cloudformation/logs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ Resources:
1515
Fn::Sub: /aws/lambda/${LambdaFunctionName}
1616
RetentionInDays:
1717
Ref: LogRetentionDays
18-
EdgeLambdaLogGroup:
19-
Type: AWS::Logs::LogGroup
20-
Properties:
21-
LogGroupName:
22-
Fn::Sub: /aws/lambda/${LambdaFunctionName}-edge
23-
RetentionInDays: 7
2418
AppAuditLog:
2519
Type: "AWS::DynamoDB::Table"
2620
DeletionPolicy: "Retain"

0 commit comments

Comments
 (0)