File tree 2 files changed +2
-2
lines changed
aws_lambda_powertools/utilities/idempotency
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def __init__(
74
74
Instance of persistence layer to store idempotency records
75
75
output_serializer: Optional[BaseDictSerializer]
76
76
Serializer to transform the data to and from a dictionary.
77
- If not supplied, no serialization is done
77
+ If not supplied, no serialization is done via the NoOpSerializer
78
78
function_args: Optional[Tuple]
79
79
Function arguments
80
80
function_kwargs: Optional[Dict]
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def idempotent_function(
103
103
Configuration
104
104
output_serializer: Optional[BaseDictSerializer]
105
105
Serializer to transform the data to and from a dictionary.
106
- If not supplied, no serialization is done
106
+ If not supplied, no serialization is done via the NoOpSerializer
107
107
Examples
108
108
--------
109
109
**Processes an order in an idempotent manner**
You can’t perform that action at this time.
0 commit comments