Open1
AWS Development
Amazon CDK
- Tool for Infrastructure as Code
- Set Authentication info in local console
aws configure
- Init project
cdk init
- Configurate infrastructure in
CDK Stack
- May set lambda function directly
- May change to output Dockerfile
- Bootstrap
- Prepare required and relevant instances like S3 to deploy your resource
cdk bootstrap
- Deploy
cdk deploy