I am creating api using Gateway and Lambda APIs. Using the URL specified in the Stage Gateway API editor, everything works fine; however, when I try to go to a custom domain, I encounter some problems.
The first thing I tried was to use the CNAME record in Route 53 directly from my domain to the domain that I received from the API gateway. This returned some errors, and I think the wrong decision is right?
Next, I tried the Custom Domain Names function in the Gateway API. My understanding is that this will minimize the CloudFront distribution, which I can then go from route 53. When I created the custom domain and added the domain mapping, it provided me with the URL to what I assume is the CloudFront distribution. The link returns a 403 response, and there was no distribution in CloudFront. What is a good way to debug this problem?
source share