Search code examples
amazon-web-servicesaws-api-gateway

API Gateway change endpoint URL


I was testing api gateway with dummy url and it works fine. However, I would like to change the url to other domain. Is that possible to change URL endpoint in method?

Note: I'm using HTTP Proxy.


Solution

  • Not sure if that's what you're trying to achieve, but you can use custom domain names in order to customize the publicly visible endpoint for your API.

    If you want to change the URL of the integration endpoint, you need to open the "Integration Request" tab on the method settings, make sure the integration type is set to "HTTP Proxy" and update the "Endpoint URL" field.