Apple computer by Lee Campbell is licensed under CC0

Ditch the AWS Service Dashboards for Terraform

By Kyle Magnuson

Terraform is a simple yet powerful tool. Let’s take a look at how it can be used to quickly create and manage an AWS Lambda function.

Lessons Learned in Lambda

By Chris Rittersdorf and Kyle Magnuson

We recently finished up a project that uses AWS Lambda. The project needed to crunch large sets of numbers in a small amount of time. Lambda turned out to be a good fit for doing exactly that. But, it involved some trial and error. Here are a few lessons we learned along the way.