aws

Three Approaches to Deploying Lambdas

“Traditional” deployment patterns separate the application from its infrastructure. Lambda deployments turn this model on its head, binding the infrastructure tightly to the running code. This can be a challenge, especially when developing in a team: it is all too easy for one developer to accidentally overwrite another’s work. In this post I look at several deployment options, and how they impact a development team.

Using the AWS CDK IRL: Part 2

A while back, I wrote a post entitled Using The AWS CDK In Real Life. It was educational, but running Zoneminder on AWS is pretty expensive, and probably isn’t a good idea…