Skip to content

Commit bfe6304

Browse files
authored
Merge pull request #2 from Syndi-Health/alternate-cloudfront-domains
updated Readme
2 parents 1d41f4f + af374b2 commit bfe6304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ stage: dev # (optional) serverless dashboard stage. defaul
9898
inputs:
9999
src: ./src # (optional) path to the source folder. default is a hello world html file.
100100
domain: serverless.com # (optional) domain name. this could also be a subdomain.
101+
alternateDomainNames: altDomainA.serverless.com,altDomainB.serverless.com # (optional) alternate cloudfront domain names, separated by a comma.
101102
region: us-east-2 # (optional) aws region to deploy to. default is us-east-1.
102103
bucketName: my-bucket # (optional) aws bucket name. default is an auto generated name.
103104
indexDocument: index.html # (optional) index document for your website. default is index.html.

0 commit comments

Comments
 (0)