Skip to content

Conversation

@anuprajpara
Copy link
Contributor

Issue #, if available:

Description of changes:
Parallel Execution of Math Operations with AWS Lambda Durable Functions

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

@anuprajpara
Copy link
Contributor Author

Fixed review comments in the latest commit. Pl review.

@anuprajpara anuprajpara requested a review from bfreiberg February 7, 2026 16:30
Copy link
Contributor

@bfreiberg bfreiberg left a comment

Choose a reason for hiding this comment

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

Nice! Good to go as soon as you fix that one comment.

### Workflow Steps

1. **User invokes Lambda function** with two numbers (num1 and num2)
2. **Durable Function parses input**, defaulting to 0 for missing values
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
2. **Durable Function parses input**, defaulting to 0 for missing values
2. **Lambda durable functions parses input**, defaulting to 0 for missing values

@bfreiberg bfreiberg added the durable functions Pattern for AWS Lambda durable functions label Feb 10, 2026
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.

3 participants