How can I make my Lambda function talk to a server running on my local machine?
I am creating a Lambda function that makes a call to some functionality on my server. I would like to test the Lambda function against a local instance of my server, so that I don't have to deploy to AWS in order to test run the whole flow. Is there any way to call my local machine's development server from inside Lambda without having to keep deploying to AWS (or some other remote server)? This may be possible if you set up a VPN or Direct Connect between your VPC and your local network. But honestly, this will probably be more expensive and more complex than simply deploying to an EC2