serverless-components / website

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

fails depending on domain name #22

Open bebbi opened 4 years ago

bebbi commented 4 years ago

When my config contains a domain entry with a dash:

domain: www-test.mydomainname.com

the deploy fails with

InvalidChangeBatch: [The request contains an invalid set of changes for a resource record set 'A www-test.mydomainname.com.']

but when the config has no dash

domain: test.mydomainname.com

it works fine.