1 Answer
- Newest
- Most votes
- Most comments
1
You need to first delegate a subdomain of your business domain to the dev account and then you will be able to create the API Gateway in the dev account using the IaC templates.
Say your business domain is my.domain.com
. You can delegate dev.my.domain.com
to the dev account and then create an API Gateway for a custom domain like api.dev.my.domain
.
The certificate for the domain, possibly a wildcard cert for `*.dev.my.domain, would be issued in the dev account.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 months ago