Cost of AWS compute
In this article I am going to try to explain how much compute cost at AWS. I will compare three options: EC2, Fargate and Lambda.
In this article I am going to try to explain how much compute cost at AWS. I will compare three options: EC2, Fargate and Lambda.
Last year AWS announced that you can use Egress-only Internet Gateway to route the traffic out of VPC without need for NAT Gateway. For free. The only gotcha is that it needs to be IPv6 traffic.
This way you can finally stop paying for NAT Gateways - if you communicate through IPv6 of course.
In this article we'll go over 3 simple things you can start doing today which have potential to significantly improve your code base.
Node.js 24 runtime is available on AWS Lambda from 25th November 2025. It removes support for callback-based function handlers. In this article I will go through things which you should know before you upgrade your runtime.
First of all, a big shout out to Martin Damovsky for providing re:Watch service where you can rewatch all the sessions from re:Invent 2025.
Two weeks ago I've published Lambda Bun Runtime and Lambda Keep Active CDK constructs which you can download and install from npm. I've also written about those in their respective articles.
Since there is strong community build around Constructs Hub I wanted my constructs to be available there as well. Unfortunatelly for me you need to use projen in order to be picked up by Construct Hub. So I have converted my repositories to projen repositories. This article is about my thorny path.
Let's do one more digest before the madness named AWS re:Invent starts as I think once it is over I will be curating one special digest for all of new AWS releases which I find interesting.
Last Thursday I have attended CodeCon in Žilina. There were various great presentation but one of them stick with me. Fero Volár was talking about his experience with leadership and he mentioned how you can use Talent Dynamics test to build great teams.
He also mentioned how you can complete the questionnaire by asking ChatGTP without actually buying the questionnaire. Of course, I have tested this and it was really interesting.
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.