How to run Bun on Lambda
What is Bun and why you should use it? Also everything is more fun with AWS Lambda, right?
What 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've just spend 30+ minutes setting up DS record in local webhosting provider. The reason? Lack of coffe or maybe bad UX. Or maybe both.
When people compare things like on-prem vs cloud or vps vs serverless they tend to compare just the initial cost and the running cost. Very few people I've met are fully aware of things like maintenance cost, hardware deprecation, flexibility, scaling and all the hidden costs which you only find out after a few months/years of running your service online.
Each solution has it's fit, you just need to know the distinction. For me it goes like this:
Recently I've been talking to people on various meetups about the Serverless technology and I noticed pattern - lot of people think about serverless as limitation rather than solution to real problems.
I've decided to bust a few myths I've been hearing repeatedly lately regarding the whole Serverless ecosystem. I am going to focus on AWS serverless technologies not serverless technology in general.
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.
In my previous company I've been irregularly curating [^1] the list of articles I came across in my spare time. I was distributing it as "newsletter" [^2] - I wanted to inform my colleagues about various cool new technologies and about how things are done elsewhere.
I no longer have colleagues but I still have lot of articles which I want to post somewhere. This could've been 7th issue.
When I was trying Bun S3 client for the first time I was surprised that there is no option to pass AWS profile name as credentials. This post is just a quick memo for me to remember how this can be achieved.
Have you ever wondered who might have thought of TypeScript enums? I did because of all the ways how that can go wrong but I actually never found out who has introduced this feature to the language. This article is not about that either.