A visual trace: DNS → CloudFront → API Gateway → Lambda
Open this page from your custom domain to see the full chain in action.
You typed c8botofbh1.execute-api.us-east-1.amazonaws.com. Your device asked DNS: “Where does this name point?” If you set a CNAME in GoDaddy, DNS answered with the CloudFront hostname.
Your request hit the nearest CloudFront edge location. CloudFront terminated HTTPS (TLS) using your ACM certificate and then forwarded the request to your API origin.
CloudFront called API Gateway using its execute-api endpoint. API Gateway matched your route
and invoked your Lambda integration.
Lambda executed your Python handler and returned HTML with Content-Type: text/html.
Your browser rendered it as a web page.
Via or CloudFront viewer headers) may not appear depending on your CloudFront
policy and whether you’re calling the CloudFront domain directly vs your custom domain.
/test