Reputation: 15039
I have a Lambda
function that I want to call an API that is my machine, ex: 192.168.1.5/api/mymethod
How can I create a VPN
between AWS
and my Network so Lambda can call it?
Any clue or tutorial on how to achieve this?
Upvotes: 0
Views: 246
Reputation: 641
You need to have a public IP on your local network, so that your AWS instances can connect to it.
Upvotes: 1