Deploy fixed IP lambda inside a VPC using AWS CDK
In this tutorial, i am going to show you how to deploy a lambda inside a VPC with a fixed IP using AWS CDK.
The final result will look like this :
Create the project
Let's create a new project :
mkdir lambda-inside-vpc-with-cdk
cd lambda-inside-vp...
crunchcrunch.me3 min read
Avinash Dalvi
AWS Community Builder | Full Stack Developer | PHP + Angular + Python + AWS | Speaker | Blogger | Leadership
Very well explained.