Skip to content

Commit 85c5955

Browse files
committed
adding an adequate AWS Custom Resource Type
1 parent 0da56cb commit 85c5955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# CloudFormation Frontend Deployer
1+
# CloudFormation Deploy to S3

example/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Resources:
2020
BucketName: !Ref TargetBucket
2121

2222
DeploymentResource:
23-
Type: 'Custom::FrontendDeployment'
23+
Type: 'AWS::CloudFormation::CustomResource'
2424
Properties:
2525
ServiceToken: !GetAtt SiteSource.Arn
2626
TargetBucket: !Ref TargetBucket

0 commit comments

Comments
 (0)