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 1d41f4f + af374b2 commit bfe6304Copy full SHA for bfe6304
README.md
@@ -98,6 +98,7 @@ stage: dev # (optional) serverless dashboard stage. defaul
98
inputs:
99
src: ./src # (optional) path to the source folder. default is a hello world html file.
100
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.
102
region: us-east-2 # (optional) aws region to deploy to. default is us-east-1.
103
bucketName: my-bucket # (optional) aws bucket name. default is an auto generated name.
104
indexDocument: index.html # (optional) index document for your website. default is index.html.
0 commit comments