I am using AWS API Gateway as a http proxy to my rest api application. The thing is, I can't seem to find a way to get the client ip address or to pass it through to my application from the api gateway. The only way I saw was to use a lambda function, but I can't use it because it have to be a http integration.
Is there any other way to do that?