Skip to content

Commit

Permalink
fix for Policy document length breaking Cloudwatch Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLeblanc committed Oct 3, 2024
1 parent c0af5af commit 72bd2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cloudformation-templates/apigateway-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Resources:
Type: AWS::Logs::LogGroup
Properties:
RetentionInDays: 30
LogGroupName: !Sub "/${AWS::StackName}/APIAccessLogs"
LogGroupName: !Sub /aws/vendedlogs/${AWS::StackName}/APIAccessLogs

0 comments on commit 72bd2bb

Please sign in to comment.