mbiemann / mycdk1

Example AWS CDK Python MyStack1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My CDK 1

$ nvm use 16
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
  • cdk bootstrap execute first
  • cdk ls list all stacks in the app
  • cdk synth emits the synthesized CloudFormation template
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk docs open CDK documentation

About

Example AWS CDK Python MyStack1


Languages

Language:Python 100.0%