How to run Bun on Lambda
· 5 min read
What is Bun and why you should use it? Also everything is more fun with AWS Lambda, right?
CDK related stuff
View All TagsWhat is Bun and why you should use it? Also everything is more fun with AWS Lambda, right?
In this short article you will learn what does it mean when your Lambda transitions to inactive state and how to deal with it.
You can use our CDK construct @beesolve/lambda-keep-active which invokes your Lambda functions regularly so they won't transition into inactive state.
I have spent 2 days postponing very weird bug with @types/aws-lambda in my serverless project. Finally I decided to fight the fight and try to understand what's going on.