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
???+ info "Some utilities require additional dependencies"
22
22
You can stop reading if you're using Lambda Layer.
23
23
24
-
[Tracer](./core/tracer.md){target="_blank"}, [Validation](./utilities/validation.md){target="_blank"} and [Parser](./utilities/parser.md){target="_blank"} require additional dependencies. If you prefer to install all of them, use `pip install aws-lambda-powertools[all]`.
24
+
[Tracer](./core/tracer.md){target="_blank"}, [Validation](./utilities/validation.md){target="_blank"} and [Parser](./utilities/parser.md){target="_blank"} require additional dependencies. If you prefer to install all of them, use `pip install "aws-lambda-powertools[all]"`.
25
25
26
26
???+ hint "Support this project by using Lambda Layers :heart:"
27
27
Lambda Layers allow us to understand who uses this library in a non-intrusive way. This helps us justify and gain future investments for other Lambda Powertools languages.
@@ -34,8 +34,8 @@ Powertools relies on the AWS SDK bundled in the Lambda runtime. This helps us ac
34
34
35
35
This means you need to add AWS SDK as a development dependency (not as a production dependency).
0 commit comments