1
votes

I'm starting to think it's not, but is it at all possible to have an aws api gateway resolve its forwarding requests using a private route53 hosted dns zone?

Cheers

2
The API Gateway service does not run inside your VPC. Route53 private hosted zones only work inside the VPC. - Mark B

2 Answers

1
votes

Yeah, you definitely can't at this time. Closest you can get is using lambda to proxy the request like so https://aws.amazon.com/blogs/compute/nodejs-packages-in-lambda/

1
votes

UPDATE: Its possible now with VpcLink on AWS Api Gateway.