Skip to content

Commit ac68482

Browse files
author
Anup Rajpara
committed
Final review comment fixed
1 parent 3cd7853 commit ac68482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lambda-durable-parallel-execution-python-sam

lambda-durable-parallel-execution-python-sam/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ graph LR
3737
### Workflow Steps
3838

3939
1. **User invokes Lambda function** with two numbers (num1 and num2)
40-
2. **Lambda durable function parses input**, defaulting to 0 for missing values
40+
2. **Lambda durable functions parses input**, defaulting to 0 for missing values
4141
3. **Four operations execute in parallel**:
4242
- Addition: num1 + num2
4343
- Subtraction: num1 - num2

0 commit comments

Comments
 (0)