Skip to content

Commit a88fb89

Browse files
Update aws_lambda_powertools/utilities/parser/envelopes/apigw.py
Co-authored-by: Heitor Lessa <[email protected]>
1 parent 1eba236 commit a88fb89

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/utilities/parser/envelopes

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/parser/envelopes/apigw.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
class ApiGatewayEnvelope(BaseEnvelope):
12-
"""Api Gateway envelope to extract data within detail key"""
12+
"""API Gateway envelope to extract data within body key"""
1313

1414
def parse(self, data: Optional[Union[Dict[str, Any], Any]], model: Type[Model]) -> Optional[Model]:
1515
"""Parses data found with model provided

0 commit comments

Comments
 (0)