Skip to content

Commit 4a1ed23

Browse files
committed
Add Reference to JMESPath Functions page
1 parent b947e1d commit 4a1ed23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/utilities/idempotency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Idempotent decorator can be further configured with **`IdempotencyConfig`** as s
340340

341341
Parameter | Default | Description
342342
------------------------------------------------- | ------------------------------------------------- | ---------------------------------------------------------------------------------
343-
**event_key_jmespath** | `""` | JMESPath expression to extract the idempotency key from the event record
343+
**event_key_jmespath** | `""` | JMESPath expression to extract the idempotency key from the event record using [built-in functions](/utilities/jmespath_functions)
344344
**payload_validation_jmespath** | `""` | JMESPath expression to validate whether certain parameters have changed in the event while the event payload
345345
**raise_on_no_idempotency_key** | `False` | Raise exception if no idempotency key was found in the request
346346
**expires_after_seconds** | 3600 | The number of seconds to wait before a record is expired

0 commit comments

Comments
 (0)