自分用メモです。
ご参考になれば幸いです。
■ローカル環境(Windows)へのCDK環境構築手順
・git導入(サンプルコードダウンロード用)
https://git-scm.com/download/win
・AWS CLI導入
https://docs.aws.amazon.com/ja_jp/cli/latest/userguide/install-windows.html#install-msi-on-windows
・クレデンシャル登録(AWS Configure実施※対象リージョン分実施)
aws configure
aws configure --profile us-east-1
・Node.js8.0以上導入
https://nodejs.org/ja/
・CDK導入
コマンドプロンプトで下記コマンド実行
npm install -g aws-cdk
・Python3導入
https://www.python.org/downloads/windows/
・エディタ(VisualStudio Code+Python拡張)
https://code.visualstudio.com