We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef19829 commit af8f75eCopy full SHA for af8f75e
docs/utilities/parser.md
@@ -16,9 +16,11 @@ This utility provides data parsing and deep validation using [Pydantic](https://
16
17
### Install
18
19
-!!! info "This is not necessary if you're using Lambda Layer"
+!!! info "This is not necessary if you're installing Powertools via [Lambda Layer](../index.md#lambda-layer){target="_blank"}"
20
21
-Add `aws-lambda-powertools[parser]` in your preferred dependency management tool.
+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.
24
25
???+ warning
26
This will increase the compressed package size by >10MB due to the Pydantic dependency.
0 commit comments