We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71dd19 commit a08ba6dCopy full SHA for a08ba6d
aws_lambda_powertools/utilities/idempotency/idempotency.py
@@ -110,6 +110,7 @@ def idempotent_function(
110
If not supplied, no serialization is done via the NoOpSerializer.
111
In case a serializer of type inheriting BaseIdempotencyModelSerializer is given,
112
the serializer is derived from the function return type.
113
+
114
Examples
115
--------
116
**Processes an order in an idempotent manner**
0 commit comments