I have an ApplicationLoadBalancedFargateService that should be available via multiple domain names
Proposed Solution
Since the functionality for setting a single domain name and consequentially a certificate over https is already available, it would be ideal to be able to set an array of domain names to be used as an alias to my load balancer and if over https create their certificates
[x] :warning: This feature might incur a breaking change (eg. if domainName: string becomes domainNames: string[])
Problem
I have an ApplicationLoadBalancedFargateService that should be available via multiple domain names
Proposed Solution
Since the functionality for setting a single domain name and consequentially a certificate over https is already available, it would be ideal to be able to set an array of domain names to be used as an alias to my load balancer and if over https create their certificates
domainName: string
becomesdomainNames: string[]
)This is a :rocket: Feature Request