Skip to content

Commit bf25130

Browse files
committed
update function description
1 parent 654396a commit bf25130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws_lambda_powertools/utilities/idempotency/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(
7474
Instance of persistence layer to store idempotency records
7575
output_serializer: Optional[BaseDictSerializer]
7676
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
7878
function_args: Optional[Tuple]
7979
Function arguments
8080
function_kwargs: Optional[Dict]

aws_lambda_powertools/utilities/idempotency/idempotency.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def idempotent_function(
103103
Configuration
104104
output_serializer: Optional[BaseDictSerializer]
105105
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
107107
Examples
108108
--------
109109
**Processes an order in an idempotent manner**

0 commit comments

Comments
 (0)