This is a memo for myself to prepare the CDK environment (python).
・ Introduction of AWS CLI https://docs.aws.amazon.com/ja_jp/cli/latest/userguide/install-windows.html#install-msi-on-windows
・ AWS IAM access key setting Execute the following command at the command prompt aws configure
・ Introduced Node.js 8.0 or above https://nodejs.org/ja/
・ Introduction of CDK Execute the following command at the command prompt npm install -g aws-cdk
・ Introduction of Python3 https://www.python.org/downloads/windows/ ⇒ After installation, check that the "python" command can be used (Path is passed)
・ Editor (VisualStudio Code + Python extension) https://code.visualstudio.com
・ Introduction of git (optional) https://git-scm.com/download/win
■ Outline understanding material https://pages.awscloud.com/rs/112-TZM-766/images/B-3.pdf
■WorkShop ·English https://cdkworkshop.com/30-python.html
・ Japanese: Download version) http://bit.ly/cdkworkshopjp
■ Reference https://docs.aws.amazon.com/cdk/api/latest/python/index.html
■ Sample code https://github.com/aws-samples/aws-cdk-examples