Adding a custom domain to your REST API Gateway on AWS
Custom domain names
When we implement a REST API on AWS using a service called API Gateway, AWS generates a default domain for the stage in the following format:
https://api-id.execute-api.region.amazonaws.com/stag****e
As we can see, there are thr...
socraticprogrammer.hashnode.dev4 min read