Skip to content

Commit

Permalink
fix for Policy document length breaking Cloudwatch Logs (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLeblanc authored Oct 3, 2024
1 parent c0af5af commit 21653f3
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 21653f3

Please sign in to comment.