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.
2 parents 05ca160 + c604116 commit f5749cfCopy full SHA for f5749cf
serverless.yml
@@ -69,7 +69,7 @@ resources:
69
Properties:
70
DistributionConfig:
71
Origins:
72
- - DomainName: ${self:custom.s3BucketName}.s3.amazonaws.com
+ - DomainName: !GetAtt WebAppS3Bucket.RegionalDomainName
73
## An identifier for the origin which must be unique within the distribution
74
Id: myS3Origin
75
## In case you don't want to restrict the bucket access use CustomOriginConfig and remove S3OriginConfig
0 commit comments