Skip to content

Commit 7cb52d3

Browse files
committed
docs(homepage): improve wording for install extras
1 parent b3184f0 commit 7cb52d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Powertools is available in the following formats:
2020
* **Lambda Layer**: [**arn:aws:lambda:{region}:017000801446:layer:AWSLambdaPowertoolsPython:33**](#){: .copyMe}:clipboard:
2121
* **PyPi**: **`pip install aws-lambda-powertools`**
2222

23+
???+ info "Some utilities require additional dependencies"
24+
You can stop reading if you're using Lambda Layer.
25+
26+
[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]`.
27+
2328
???+ hint "Support this project by using Lambda Layers :heart:"
2429
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.
2530

0 commit comments

Comments
 (0)