0

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?

VAAA
  • 14,531
  • 28
  • 130
  • 253

1 Answers1

1

You need to have a public IP on your local network, so that your AWS instances can connect to it.

g_tec
  • 631
  • 4
  • 9