File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ This utility provides data parsing and deep validation using [Pydantic](https://
16
16
17
17
### Install
18
18
19
- !!! info "This is not necessary if you're using Lambda Layer"
19
+ !!! info "This is not necessary if you're installing Powertools via [ Lambda Layer] ( ../index.md#lambda-layer ) {target=" _ blank"} "
20
20
21
- Add ` aws-lambda-powertools[parser] ` in your preferred dependency management tool.
21
+ Add ` aws-lambda-powertools[parser] ` as a dependency in your preferred tool: _ e.g._ , _ requirements.txt_ , _ pyproject.toml_ .
22
+
23
+ This will ensure you have the required dependencies before using Parser.
22
24
23
25
???+ warning
24
26
This will increase the compressed package size by >10MB due to the Pydantic dependency.
You can’t perform that action at this time.
0 commit comments