Open
Description
The AWS::Serverless::HttpApi
accepts a Domain
property of type HttpApiDomainConfiguration
.
A single Http Api can have multiple domains associated with it.
Proposal
The Domain
property should accept a list of HttpApiDomainConfiguration
.
Things to consider:
- Update the Documentation