We Replaced Jest With node:test in 12 Services — Here's What Broke and What Didn't
After months of using Jest for unit testing, we decided to take the plunge and migrate to the built-in node:test runner. The results were surprising, …
Tech news from the best sources
After months of using Jest for unit testing, we decided to take the plunge and migrate to the built-in node:test runner. The results were surprising, …
Most serverless tutorials stop at a hello-world Lambda behind API Gateway. I wanted the opposite: build one real product end to end, run every command…
Every Lambda function I have written that touches S3 has the same three lines of plumbing: s3 . download_file ( bucket , key , " /tmp/input.csv " ) pr…
Who This Is For If you are using AWS Lambda to build serverless applications and you have never stopped to look closely at the IAM roles attached to y…
Project demo link : https://image-ignite.vercel.app/ This started as a hobby project. I was thinking about a simple image conversion service for resiz…
This article is a machine translation of the contents of the following URL, which I wrote in Japanese: Durable Functions を用いて CloudFormation のドリフトを自動修…
Вы всё ещё используете map и filter с лямбдами в 2026 году? Подготовил большой гайд по анонимным функциям в Python: от самого первого lambda x для нов…
I've noticed serverless conversations tend to split into two camps: People who think it solves everything, and people who think it's a mistake. The re…
After running Bun on Lambda for 60 days, we discovered it's 3x faster than Node.js 22. However, the transition wasn't without its surprises. Here's wh…
A Lambda function checks the forecast, Bedrock tells you what to wear, and ntfy.sh pushes it to your phone before you get ready for the day, and it's …
The thing you actually want is an email. Not a dashboard you have to remember to open. Not a webhook you have to write a server for. An email — the ki…