AWS CDK Tutorial - Python - Hands on! [Video]
• 1 min read
AWS CDK Tutorial for Python
Check out the video!
Setup
AWS CLI setup
pip3 install awscli
aws configure
Hugo Static Site Tool
brew install hugo
Git Clone example Site
git clone git@github.com:kevanpeters/hugo-example-site.git
CDK Setup
npm install -g aws-cdk
If you would the core module on your system
pip3 install --upgrade aws-cdk.core