This is a construct for CDK development with TypeScript to provision a vpc in your AWS account.
The cdk.json
file tells the CDK Toolkit how to execute your app.
git clone https://github.com/clarizalooktech/aws-cdkv2-vpc-construct.git
Go to your vscode
Go to bin/vpc.ts, update AWS account with your account
Go to your iam and configure keys
aws configure
cdk synth
cdk deploy --profile prod