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/content/utilities/parser.mdx
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -456,3 +456,53 @@ If what's your trying to use isn't available as part of the high level import sy
456
456
```python:title=escape_hatch.py
457
457
from aws_lambda_powertools.utilities.parser.pydantic import<what you'd like to import'>
458
458
```
459
+
460
+
**What is the cold start impact in bringing this additional dependency?**
461
+
462
+
No significant cold start impact. It does increase the final uncompressed package by **71M**, when you bring the additional dependency that parser requires.
463
+
464
+
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