I am trying to setup a custom domain endpoint for API gateway published endpoint but not able to set.
I've followed all steps
- Custom domain DNS is managed by AWS (aws cannot own this as its a .ai URL)
- Created ACM Certificate for subdomain. (subdomain.host.ai)
- Add Custom API in API Gateway with Mapping to particular Stage
- Add A record for custom domain to point to "d-abcde12345.execute-api.us-west-2.amazonaws.com"
What might be going wrong.