Publish REST APIs for customers to invoke
Simply creating and developing an API Gateway API doesn't automatically make it callable by your users. To make it callable, you must deploy your API to a stage. In addition, you might want to customize the URL that your users will use to access your API. You can give it a domain that is consistent with your brand or is more memorable than the default URL for your API.
In this section, you can learn how to deploy your API and customize the URL that you provide to users to access it.
Note
To augment the security of your API Gateway APIs, the execute-api.{
domain is registered in the Public Suffix List (PSL)region
}.amazonaws.com__Host-
prefix if you ever need to set sensitive cookies in the default domain name for your API Gateway APIs. This practice will help to defend your domain against cross-site request
forgery attempts (CSRF). For more information see the Set-Cookie