From 21653f3078d896920822d4450f9bf4c40cb4d183 Mon Sep 17 00:00:00 2001 From: Bastien Date: Thu, 3 Oct 2024 09:25:48 +0100 Subject: [PATCH] fix for Policy document length breaking Cloudwatch Logs (#646) --- aws/cloudformation-templates/apigateway-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/cloudformation-templates/apigateway-deploy.yaml b/aws/cloudformation-templates/apigateway-deploy.yaml index 2c5cdcbbd..03ba76d72 100644 --- a/aws/cloudformation-templates/apigateway-deploy.yaml +++ b/aws/cloudformation-templates/apigateway-deploy.yaml @@ -24,4 +24,4 @@ Resources: Type: AWS::Logs::LogGroup Properties: RetentionInDays: 30 - LogGroupName: !Sub "/${AWS::StackName}/APIAccessLogs" \ No newline at end of file + LogGroupName: !Sub /aws/vendedlogs/${AWS::StackName}/APIAccessLogs \ No newline at end of file