Recently, I was going back over an Amazon S3 static site I maintain and noticed that I couldn’t navigate directly to subpages without using a trailing /index.html
. It turns out there’s a few quirks of the Amazon CloudFront console settings that might lead to this. Let’s take a look at how to fix it.
Announcing Stormlight Consulting
AWS First-In-First-Out Queues
Recently, I needed to put together system that would take new DynamoDB table items, queue up JSON messages in first-in-first-out order, and trickle them out to a 3rd party API over time.
I love not having to maintain things later so I decided to throw together a solution on top of managed AWS services. Here’s a high-level diagram of what I came up with:
Let’s take a look at how it all works.
Beer City Code 2019
What a great few days at Beer City Code! My first time in Michigan was a blast and I’m thrilled I was invited to teach Python this year.
For anyone who wasn’t able to come out to the conference, I try to make my curriculum available publicly so you can learn Python on your own schedule - here.
Redmond Python | 2019 Introduction to Python 3 Workshop
Thanks again to everyone who came out to the Redmond Python Introduction to Python 3 Workshop this year!