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 60c285e commit 5a5cf03Copy full SHA for 5a5cf03
template.yaml
@@ -4370,8 +4370,8 @@ Resources:
4370
Action:
4371
- s3:PutObject
4372
Resource:
4373
- - 'arn:${AWS::Partition}:s3:::cloudformation-custom-resource-response-*'
4374
- - 'arn:${AWS::Partition}:s3:::cloudformation-custom-resource-response-*/*'
+ - !Sub 'arn:${AWS::Partition}:s3:::cloudformation-custom-resource-response-*'
+ - !Sub 'arn:${AWS::Partition}:s3:::cloudformation-custom-resource-response-*/*'
4375
4376
CreateA2IResourcesLambda:
4377
Type: AWS::Serverless::Function
0 commit comments