'Put lambda in VPC and subnet
I have lambda function which needs to access RDS in isolated private subnet.
And lambda function also need to access internet endpoint and be invoked from internet.
In this case,
put
lambdain private subnet (with Nat gateway)lambdacan access internet from nat gateway
However ,,, is it possible to invoke lambda function in private subnet from internet?
(I can set API gateway to the lambda in private subnet?)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
