My Pluralsight Course is here! After a lengthy Winter vacation of recording and a few weekends of editing I present to you my Pluralsight AWS Developer Course - An Introudction to Lambda

Howdy! I’ve moved my site to Hugo! I’ve also deployed it using AWS' static site hosting.

Here’s a few easy aliases to deploy your static hugo blog to AWS

alias myblog="cd ~/Documents/myblogfolder"
alias deployblog="myblog && hugo && aws s3 sync ./public s3://your-aws-website-bucketn && rm -r ./public"