次のソフトウェアはインストールしておく必要があります。
- Docker
- Node
サブモジュールであるcloud-print-utils
のファイルを一部上書きします。
$ rsync -a overwrite/ cloud-print-utils/
初回はブートストラップを実行します。
$ npm install
$ npx cdk bootstrap
普通にデプロイすればOKです。
$ npx cdk deploy
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template