I have API gateway configured in aws. But I want to route the requests from
api.xyz.com/test/create -> test.xyz.com and authentication need to happen in the API gateway if it's successful then route the request to test.xyz.com .
I have eks configured in the cluster with elb ingress controller, when the requests are routed to test.xyz.com DNS resolution needs to happen within the VPC.
How I can achieve this