You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utilities/parser.md
-52Lines changed: 0 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -540,55 +540,3 @@ If what you're trying to use isn't available as part of the high level import sy
540
540
```python title="Pydantic import escape hatch"
541
541
from aws_lambda_powertools.utilities.parser.pydantic import<what you'd like to import'>
542
542
```
543
-
544
-
**What is the cold start impact in bringing this additional dependency?**
545
-
546
-
No significant cold start impact. It does increase the final uncompressed package by **71M**, when you bring the additional dependency that parser requires.
547
-
548
-
Artillery load test sample against a [hello world sample](https://github.com/aws-samples/cookiecutter-aws-sam-python) using Tracer, Metrics, and Logger with and without parser.
0 commit comments