How I Simplified My Lambda Deployments

By Slobodan Stojanovic Serverless functions are amazing. I remember how impressed I was the first time I created a serverless image resizing tool. Just a few minutes of programming, and…

Continue Reading How I Simplified My Lambda Deployments

The Ultimate Checklist for Serverless Monitoring

In November 2014, AWS Lambda was launched, extending the cloud’s as-a-service modelto code functions. Functions-as-a-service (FaaS) allows developers to write a function’sruntime code and pre-define its usage requirements, leaving infrastructure…

Continue Reading The Ultimate Checklist for Serverless Monitoring

Load Testing Serverless Functions

Serverless comes with the promise of infinite scalability, but what does this mean in practice? Services like AWS Lambda don’t magically scale up to thousands of parallel invocations in an…

Continue Reading Load Testing Serverless Functions