We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eba236 commit a88fb89Copy full SHA for a88fb89
aws_lambda_powertools/utilities/parser/envelopes/apigw.py
@@ -9,7 +9,7 @@
9
10
11
class ApiGatewayEnvelope(BaseEnvelope):
12
- """Api Gateway envelope to extract data within detail key"""
+ """API Gateway envelope to extract data within body key"""
13
14
def parse(self, data: Optional[Union[Dict[str, Any], Any]], model: Type[Model]) -> Optional[Model]:
15
"""Parses data found with model provided
0 commit comments