Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 221 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 221 Bytes

必要最低限のファイルでcdk synthするSample

準備

npm install
pip install -r requirements.txt

synth

npx cdk -a "python3 app.py" synth
# demo
npx cdk -a "python3 app_s3_demo.py" synth