We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f4dfc commit 73c0295Copy full SHA for 73c0295
aws_lambda_powertools/event_handler/api_gateway.py
@@ -728,7 +728,7 @@ def _has_compression_enabled(
728
A boolean indicating whether compression is enabled or not in the route setting.
729
response_compression: bool, optional
730
A boolean indicating whether compression is enabled or not in the response setting.
731
- event: Generic[ResponseEventT]
+ event: ResponseEventT
732
The event object containing the request details.
733
734
Returns
0 commit comments