'How does API Gateway communicate with AWS services?

I saw this post where Marcin and a few others claimed when going from API-GW to Lambda, if the API GW is configured as a lambda_proxy, then the lambda request is only through AWS internal network and there's no HTTP endpoint being called for the lambda.

Are there any sources for this? I couldn't find any such documentation for this



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source