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