AWS CDK
Getting started with the AWS CDK
code:bash
$ python -m pip install aws-cdk-lib
Working with the AWS CDK in Python
code:bash
$ npm install -g aws-cdk
$ cdk --version
2.27.0 (build 8e89048)
create project
code:bash
$ cdk init app --language python
code:bash
$ pipenv shell
$ pipenv install aws-cdk-lib
AWS CDK Intro Workshop