Skip to content

New serverless pattern - lambda-durable-invoke-lambda-sam-python#2937

Open
kothsidh wants to merge 4 commits intoaws-samples:mainfrom
kothsidh:kothsidh-feature-lambda-durable-invoke-lambda-sam-python
Open

New serverless pattern - lambda-durable-invoke-lambda-sam-python#2937
kothsidh wants to merge 4 commits intoaws-samples:mainfrom
kothsidh:kothsidh-feature-lambda-durable-invoke-lambda-sam-python

Conversation

@kothsidh
Copy link
Contributor

@kothsidh kothsidh commented Feb 9, 2026

Issue #, if available:

*Description of changes: This pattern deploys a durable Lambda function and a standard Lambda function. The durable function uses the AWS Durable Execution SDK to orchestrate a workflow that prepares input data in a check pointed step and then invokes the standard Lambda function

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

Copy link
Contributor

@marcojahn marcojahn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @kothsidh for your contribution. I've created a few requests for change, pls review.

@@ -0,0 +1,63 @@
{
"title": "Lambda Durable Function invoking Lambda Function",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lambda durable functions invoking AWS Lambda function (Python)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure to use the correct capitalization and order: It's Lambda durable functions not Lambda Durable Functions.

And e.g. "A durable Lambda function invokes".

Can you pls double check your PR? It needs correction on a couple of places.

kothsidh and others added 3 commits February 19, 2026 21:34
Co-authored-by: Marco <marco.jahn@gmail.com>
Co-authored-by: Marco <marco.jahn@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

durable functions Pattern for AWS Lambda durable functions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments