Skip to content

Commit bd1002c

Browse files
authored
Set a custom resource timeout (#78)
1 parent 1af0cd2 commit bd1002c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/custom-resource.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Resources:
66
CopyCustomResource:
77
Type: 'AWS::CloudFormation::CustomResource'
88
Properties:
9-
ServiceToken: !GetAtt CopyFunction.Arn
9+
ServiceToken: !GetAtt CopyFunction.Arn
10+
ServiceTimeout: 30
1011

1112
S3BucketLogs:
1213
Type: AWS::S3::Bucket

0 commit comments

Comments
 (0)