Skip to content

Integrating Lambda Durable Functions into a Step Functions Workflow

7.8 relevance
Score Breakdown
technical depth
9
novelty
7
actionability
9
community
4
strategic
6
personal
9

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

AWS Lambda Durable Functions integration, highly actionable serverless content.

Cloud dev.to
Integrating Lambda Durable Functions into a Step Functions Workflow
Summary

AWS Lambda Durable Functions, announced at re:Invent 2025, extend execution time to one year via a checkpoint/replay mechanism, but AWS recommends combining them with Step Functions for hybrid architectures. The article details the CDK setup required, including `durable_config`, a Lambda version and alias with qualified ARN, and the `AWSLambdaBasicDurableExecutionRolePolicy` IAM policy — noting that adding `durable_config` to an existing function triggers a resource replacement. This pattern lets developers use durable functions for application-level logic within a single Lambda while Step Functions orchestrates the broader multi-service workflow.

Author

Monica Colangelo

More from Monica Colangelo →