Using Kubernetes with AWS Lambda: Scaling Up Your Serverless Applications
In today’s world, with Large tech giants and businesses looking forward to moving toward serverless architecture, there has been a...
Distributed Tracing for AWS CDK Applications
What is AWS Cloud Development Kit (AWS CDK) v2?  The AWS CDK lets users build as Infrastructure as Code (IaC)...
Migrating a Web App to AWS Lambda with Lambda Web Adapter
As developers, we all seek to build web applications that can scale seamlessly, adapt to changing needs and do so...
Return large objects with AWS Lambda’s new Streaming Response
Lambda has a size limit of 6MB on request and response payloads for synchronous invocations. This affects API functions and...
Serverless Days ANZ 2023 Recap
When a tech community comes together, great things happen and Serverless Days ANZ 2023 was no exception. As soon as...
How to Debug Slow Lambda Response Times
When you build your application on top of Lambda, AWS automatically scales the number of “workers” (think containers) running your...
What alerts should you have for serverless applications?
A key metric for measuring how well you handle system outages is the Mean Time To Recovery or MTTR. It’s...
Debugging AWS Lambda Timeouts
Some time ago, an ex-colleague of mine at DAZN received an alert through PagerDuty. There was a spike in error...
Lambda Execution Leaks: A Practical Guide
At Lumigo, we recently ran into some issues with a service we built on top of our Nodejs AWS Lambda...
Unlocking new serverless use cases with EFS and Lambda
UPDATE 21/06/2020: following the official launch of this feature, we have performed more thorough performance testing to see how mounting...