We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9dfd4 commit 81ed53dCopy full SHA for 81ed53d
docs/utilities/idempotency.md
@@ -22,7 +22,7 @@ times with the same parameters**. This makes idempotent operations safe to retry
22
* Ensure Lambda handler returns the same result when called with the same payload
23
* Select a subset of the event as the idempotency key using JMESPath expressions
24
* 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
+* Expires in-progress executions if the Lambda function times out halfway through
26
27
## Getting started
28
0 commit comments