Blogposts

Your Complete API Gateway and CORS Guide

This one came from a conversation I had with some developers who were struggling with CORS. Like virtually everybody else, I have to look this stuff up each time and the APIGW implementation is far from intuitive. I figured it would be a good idea to put it all down in one place!

AWS CDK - aws-lambda-nodejs Module

Checking out the aws-lambda-nodejs construct from CDK. This was a great one to write because the first version of this construct was not something I was too keen on using. You can see in the article comments that Jonathan Goldwasser, construct author, was listening to feedback. A couple of versions later, I now consider the construct to be indespensible.

Integrating SAM Into Container Workflows With http-lambda-invoker

I wrote a couple of articles about using the SAM framework before becoming invested in CDK. The problem I'm trying to solve here is how to introduce serverless to teams that are already working with containers. I didn't really get a chance to see this one through in practice, but there's always a chance I'll need to do this again some day.

Exploring AWS CDK - Step Functions

My first CDK article! I wanted to learn both CDK and Step Functions and wound up learning them together by rewriting an example project.

On Figs and Apples

I found that strangling my application wasn't doing it and wanted to know why.