Serverless Framework: Setting up a custom domain to API Gateway
When we deploy our APIs using the Serverless Framework, it provides endpoints like, https://api-id.execute-api.region.amazonaws.com/stage. By using a custom domain we can make the endpoint name much more meaningful.
According to AWS docs,
Custom d...
blog.shams-nahid.com4 min read