CDKインストール
###前提: Nodeをインストールする。
- Nodeのサイトにいってダウンロード後インストール(https://nodejs.org/ja/)
- MACだったらnodebrew(https://qiita.com/mame_daifuku/items/373daf5f49ee585ea498)
CDKのインストール
- MACだったらbrewを使う(https://formulae.brew.sh/formula/aws-cdk)
brew install aws-cdk
- Windowsだったらnpm環境を構築後以下のコマンドを実行
npm install -g aws-cdk
動作確認
ShiroUz cdk % cdk --version
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! !!
!! This software has not been tested with node v17.3.0. !!
!! You may to encounter runtime issues, and should switch to a supported release. !!
!! !!
!! As of the current release, supported versions of node are: !!
!! - ^12.7.0 !!
!! - ^14.5.0 !!
!! - ^16.3.0 !!
!! !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2.3.0 (build beaa5b2)
テストはされていないけど、使えると信じています。
ちなみに、2.3.0なので最新版のようです。