We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc2d2e commit f852e1bCopy full SHA for f852e1b
cloudformation/logs.yml
@@ -15,12 +15,6 @@ Resources:
15
Fn::Sub: /aws/lambda/${LambdaFunctionName}
16
RetentionInDays:
17
Ref: LogRetentionDays
18
- EdgeLambdaLogGroup:
19
- Type: AWS::Logs::LogGroup
20
- Properties:
21
- LogGroupName:
22
- Fn::Sub: /aws/lambda/${LambdaFunctionName}-edge
23
- RetentionInDays: 7
24
AppAuditLog:
25
Type: "AWS::DynamoDB::Table"
26
DeletionPolicy: "Retain"
0 commit comments