aws-samples / Implementing-custom-domain-names-for-Amazon-API-Gateway-private-endpoints

MIT No Attribution
13 stars 0 forks source link

Move API calls to endpoint URL w/Header #4

Closed jasonend closed 1 year ago

jasonend commented 1 year ago

Using api URL (i.e. https://.execute-api..amazonaws.com/) requires VPC DNS resolution to be set to enabled. Some customers cannot support that requirement.

Update NGINX forwarding to leverage VPC endpoint URL and x-apigw-api-id header to remove this requirement.