I have an API Gateway and several Lambdas. I have an app that calls the API Gateway through a Proxy and sends the name of the resource it should call in the header on the request. Is there a way the API Gateway can figure which lambda to call ? Basically retrieve the name of the resource from the header and forward the request to the right endpoint accordingly ?
Thanks