Posts by Yan Cui

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...
Read More >
AWS Lambda cold starts are about to get faster
Over the past few years, AWS has made incremental improvements to Lambda’s cold start performance. Nowadays, cold starts are much...
Read More >
AWS Lambda Telemetry API: a new way to process Lambda telemetry data in real-time
Back in 2020, we covered the launch of Lambda Extensions and the subsequent release of the Lambda Logs API. These...
Read More >
Shine Some Light on Your SNS to SQS to Lambda Stack
The combination of SNS to SQS to Lambda is a common sight in serverless applications on AWS. Perhaps triggered by...
Read More >
Seven Tools to Help You Become a Better Serverless Developer
Serverless technologies let us do more with less effort, time and energy. They let us focus on creating user value...
Read More >
AWS Lambda: function URL is live!
AWS announced the release of the Lambda Function URLs feature today. In this post, I describe what it is, how...
Read More >
Welcome to 10GB of tmp storage with Lambda
Every Lambda function comes with 512MB of ephemeral storage in the shape of a /tmp directory. This storage space can...
Read More >
Serverless Observability: It's easier than you think!
Observability is a measure of how well the internal state of a system can be inferred from its external outputs....
Read More >
Graviton-Based Lambda Functions, What It Means For You
https://lumigo.io/learn/aws-lambda-cost-guide/AWS just announced support for AWS Lambda functions powered by AWS Graviton2 processors. These are 64-bit Arm-based processors that are...
Read More >
Automating Serverless Tasks with the Lumigo CLI
Here at Lumigo, our mission is to help customers succeed with serverless by solving the observability problem and letting them...
Read More >
How to monitor and debug AppSync APIs
AWS AppSync is a fully managed GraphQL service that makes it easy for you to build scalable and performant GraphQL...
Read More >
Package your Lambda function as a container image
Today, AWS announced another major feature to the Lambda platform: the option to package your code and dependencies as container...
Read More >
Lambda Logs API: a new way to process Lambda logs in real-time
AWS released Lambda Extensions just over a month ago, and we explained what they are and why they matter. Today,...
Read More >
AWS Lambda Extensions: What are they and why do they matter
There is a growing ecosystem of vendors that are helping AWS customers gain better observability into their serverless applications. All...
Read More >
AWS Lambda Cold Starts: Solving the Problem
[inline_banner_by_id id=5428] What are Lambda Cold Starts? Cold starts can be a killer to Lambda performance, especially if you’re developing...
Read More >
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...
Read More >
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...
Read More >
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...
Read More >
How to Debug AWS Lambda Performance Issues
Ten years ago, Amazon found that every 100ms of latency would cost them roughly 1% in sales. This is a...
Read More >
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...
Read More >
A time machine for your env variables
One of the great things about Lumigo is that it records a lot of context about each Lambda invocation. This...
Read More >
HTTP API goes GA today!
As you read this, API Gateway HTTP API is now Generally Available. This is an important milestone, and kudos to...
Read More >
5 reasons why you should use EventBridge instead of SNS
Top 5 reasons to use EventBridge instead of SNS SNS and SQS have been the goto options for AWS developers...
Read More >