Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
When I use this plugin I can create the domain using sls create_domain, but when I deploy I get this error:
The CloudFormation template is invalid: Template format error: Output DomainName is malformed. The Name field of every Export member must be specified and consist only of alphanumeric characters, colons, or hyphens.
I suspect this has something to do with a dash in the domain name. I can deploy regularly unless I add the following section in my config:
Community Note
When I use this plugin I can create the domain using
sls create_domain
, but when I deploy I get this error:I suspect this has something to do with a dash in the domain name. I can deploy regularly unless I add the following section in my config:
Versions