We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cedb72 commit e51b767Copy full SHA for e51b767
aws_lambda_powertools/utilities/parser/envelopes/sqs.py
@@ -19,7 +19,7 @@ class SqsEnvelope(BaseEnvelope):
19
Regardless of its type it'll be parsed into a BaseModel object.
20
21
Note: Records will be parsed the same way so if model is str,
22
- all items in the list will be parsed as str and npt as JSON (and vice versa)
+ all items in the list will be parsed as str and not as JSON (and vice versa)
23
"""
24
25
def parse(self, data: dict[str, Any] | Any | None, model: type[Model]) -> list[Model | None]:
0 commit comments