How to Assign Static IP to AWS Lambda
Imagine you are using Lambda function to integrate with a Third Party Service that for security reasons has a firewall protecting its resources only allowing specific IP addresses. In order to be able to get your IP address whitelisted you need a sta...
blog.basim.dev5 min read
John Banta
Great tutorial - very clear compared to some others I saw and this got my lambda function operating in a VPC as desired. One issue I had though is if the Lambda function has an Amazon Alexa Smart Skill as a trigger, is there something I need to configure in the VPC for this to work? Alexa skill can access the lambda function when it is not using a VPC but when I use the VPC, the smart skill cannot access the Lambda function's ARN.