Skip to content

Commit 81ed53d

Browse files
committed
chore(documentation): addressed comments
1 parent 0e9dfd4 commit 81ed53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/idempotency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ times with the same parameters**. This makes idempotent operations safe to retry
2222
* Ensure Lambda handler returns the same result when called with the same payload
2323
* Select a subset of the event as the idempotency key using JMESPath expressions
2424
* Set a time window in which records with the same payload should be considered duplicates
25-
* Expires in-progress executions when the Lambda handler times out
25+
* Expires in-progress executions if the Lambda function times out halfway through
2626

2727
## Getting started
2828

0 commit comments

Comments
 (0)