Skip to content

Commit

Permalink
Update aws_lambda_powertools/event_handler/api_gateway.py
Browse files Browse the repository at this point in the history
Co-authored-by: Heitor Lessa <[email protected]>
Signed-off-by: Ruben Fonseca <[email protected]>
  • Loading branch information
rubenfonseca and heitorlessa authored Nov 7, 2023
1 parent 0977adf commit 1df5af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_lambda_powertools/event_handler/api_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ def _has_compression_enabled(
A boolean indicating whether compression is enabled or not in the route setting.
response_compression: bool, optional
A boolean indicating whether compression is enabled or not in the response setting.
event: Generic[ResponseEventT]
event: ResponseEventT
The event object containing the request details.
Returns
Expand Down

0 comments on commit 1df5af5

Please sign in to comment.