We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af0cd2 commit bd1002cCopy full SHA for bd1002c
1 file changed
templates/custom-resource.yaml
@@ -6,7 +6,8 @@ Resources:
6
CopyCustomResource:
7
Type: 'AWS::CloudFormation::CustomResource'
8
Properties:
9
- ServiceToken: !GetAtt CopyFunction.Arn
+ ServiceToken: !GetAtt CopyFunction.Arn
10
+ ServiceTimeout: 30
11
12
S3BucketLogs:
13
Type: AWS::S3::Bucket
0 commit comments