
Integrating Lambda Durable Functions into a Step Functions Workflow
At re:Invent 2025, AWS announced Lambda Durable Functions. The feature introduces a checkpoint/replay...
Tag archive

At re:Invent 2025, AWS announced Lambda Durable Functions. The feature introduces a checkpoint/replay...

Level: 300–400 | Reading time: ~10 minutes Recently, a customer asked me when they should choose...
We thought we'd save a few dollars by cutting out the Lambda middleman from our Step Functions...
We migrated 15 Lambdas to Step Functions to solve cold starts, but what we gained in warmness, we...

I remember the first time I tried OpenAI’s o1. I asked it a gnarly infrastructure question: “Design...

Introduction When dealing with distributed architecture like microservices or event-driven...

Lambda and API Gateway are the bread and butter of the AWS serverless ecosystem. Lambda offers a...

If you've used AWS Step Functions, you know the aws-sdk:* integration pattern: { "Type":...

Most serverless workflows don’t fail because they can’t scale. They fail because when something goes...

La verdad sobre cuándo usar cada una (y por qué necesitas entender ambas). Al final de este...

I have been using AWS Step Functions for workflow orchestration for a long time now. I used it in my...
If you've worked with Step Functions at any real scale, you know the concept is great — orchestrate...