Skip to content

Commit cbb3027

Browse files
Change the name + add examples
1 parent 014c3a2 commit cbb3027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/event_handler/api_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ def __init__(
16031603
Sets the returned status code if response is not validated. enable_validation must be True.
16041604
json_body_deserializer: Callable[[str], dict], optional
16051605
function to deserialize `str`, `bytes`, `bytearray` containing a JSON document to a Python `dict`,
1606-
by default json.loads
1606+
by default json.loads when integrating with EventSource data class
16071607
"""
16081608
self._proxy_type = proxy_type
16091609
self._dynamic_routes: list[Route] = []

0 commit comments

Comments
 (0)