Skip to content

Commit 87e8fde

Browse files
Update idempotency.md
Fixed issue reported by markdown-lint.
1 parent 11b6afd commit 87e8fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/idempotency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ To prevent against extended failed retries when a [Lambda function times out](ht
402402
This means that if an invocation expired during execution, it will be quickly executed again on the next retry.
403403

404404
???+ important
405-
If you are only using the [@idempotent_function decorator](#idempotentfunction-decorator) to guard isolated parts of your code, you must use `register_lambda_context` available in the [idempotency config object](#customizing-the-default-behavior) to benefit from this protection.
405+
If you are only using the [@idempotent_function decorator](#idempotent_function-decorator) to guard isolated parts of your code, you must use `register_lambda_context` available in the [idempotency config object](#customizing-the-default-behavior) to benefit from this protection.
406406

407407
Here is an example on how you register the Lambda context in your handler:
408408

0 commit comments

Comments
 (0)