Skip to content

Commit 7d2dabe

Browse files
authored
docs(idempotency): tidy up doc before release (#309)
* docs: refresh doc navigation and some initial tidy up * docs: mention built-in jmespath functions are also available * docs: add initial example of custom persistence layer * docs: emphasize about serialization and hashing, reorder exception handling
1 parent ae89970 commit 7d2dabe

File tree

4 files changed

+403
-141
lines changed

4 files changed

+403
-141
lines changed

aws_lambda_powertools/utilities/idempotency/idempotency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def idempotent(
4646
persistence_store: BasePersistenceLayer
4747
Instance of BasePersistenceLayer to store data
4848
config: IdempotencyConfig
49-
Configutation
49+
Configuration
5050
5151
Examples
5252
--------

0 commit comments

Comments
 (0)