Programming the Escape

Stuck inside, during this period of coronoavirus lockdown, and have nothing to do? You could do some programming challenges or read that philosophy text you’ve been putting off for years - or both.

Read More

Problems with AWS API Gateway and API Keys

I’m writing this post as a kind of aide memoire more to my future self, but I hope it will be helpful to others as well. It concerns a really annoying problem with Aamazon Web Services’ API Gateway, and its use of API keys.

Read More

Multiple content-types in AWS Lambda

I’ve been developing a new project that uses AWS Lambda, a service from Amazon Web Services that lets you run code without having to set up servers etc. AWS Lambda with Chalice, the AWS serverless architecture for Python, makes it easy to set up things like REST APIs.

Read More