LoginSignup
0
0

More than 1 year has passed since last update.

AWS CDK(Python) 環境構築メモ

Posted at

自分用メモです。
ご参考になれば幸いです。

■ローカル環境(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

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0