serverless-components / website

:zap: Instantly deploy static website on serverless infrastructure with zero configuration using Serverless Components.
https://serverless.com
Apache License 2.0
157 stars 49 forks source link

Incorrect generated website url #23

Open mstn opened 4 years ago

mstn commented 4 years ago

From the code the website url is http://${bucketOutputs.name}.s3-website-${inputs.region}.amazonaws.com. Shouldn't it be http://${bucketOutputs.name}.s3-website.${inputs.region}.amazonaws.com? ('.' instead of '-')