Skip to content

New serverless pattern - Step Function to durable Lambda function#2975

Open
sin-ak wants to merge 2 commits intoaws-samples:mainfrom
sin-ak:sinak-feature-stepfunction-durable-lambda-function
Open

New serverless pattern - Step Function to durable Lambda function#2975
sin-ak wants to merge 2 commits intoaws-samples:mainfrom
sin-ak:sinak-feature-stepfunction-durable-lambda-function

Conversation

@sin-ak
Copy link

@sin-ak sin-ak commented Feb 26, 2026

Issue #, if available: #2976

Description of changes:
This pattern demonstrates how to integrate AWS Lambda durable functions into an AWS Step Functions workflow. This pattern covers both the synchronous invocation (using default Request Response pattern) and asynchronous invocation (using the Step Function Wait for Callback with Task Token integration pattern) of the durable Lambda function. It addresses the challenge of running long-running Lambda functions (beyond 15 minutes) within a Step Functions orchestration, using asynchronous invocation and durable checkpointing.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants