AWS CDK Tutorial for Python

Check out the video!

GitHub Link to Example Code

Setup


AWS CLI setup

Install AWS CLI

pip3 install awscli

Setup AWS Creds

aws configure

Hugo Static Site Tool

Hugo Install

brew install hugo

Git Clone example Site

git clone git@github.com:kevanpeters/hugo-example-site.git

CDK Setup

Install CDK guide

npm install -g aws-cdk

If you would the core module on your system

pip3 install --upgrade aws-cdk.core