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 be21b9a commit c30bbddCopy full SHA for c30bbdd
docs/utilities/idempotency.md
@@ -950,7 +950,7 @@ You can set up a `response_hook` in the `IdempotentConfig` class to manipulate t
950
951
=== "Using an Idempotent Response Hook"
952
953
- ```python hl_lines="18 20 23 32"
+ ```python hl_lines="19 21 27 34"
954
--8<-- "examples/idempotency/src/working_with_response_hook.py"
955
```
956
examples/idempotency/src/working_with_response_hook.py
@@ -8,7 +8,7 @@
8
IdempotencyConfig,
9
idempotent_function,
10
)
11
-from aws_lambda_powertools.utilities.idempotency.persistence.base import (
+from aws_lambda_powertools.utilities.idempotency.persistence.datarecord import (
12
DataRecord,
13
14
from aws_lambda_powertools.utilities.typing import LambdaContext
0 commit comments