Skip to content

Commit 034128c

Browse files
committed
docs(tracer): install section
1 parent 3503f05 commit 034128c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/core/tracer.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Tracer is an opinionated thin wrapper for [AWS X-Ray Python SDK](https://github.
1919
???+ tip
2020
All examples shared in this documentation are available within the [project repository](https://github.com/awslabs/aws-lambda-powertools-python/tree/develop/examples){target="_blank"}.
2121

22+
### Install
23+
24+
!!! info "This is not necessary if you're using Lambda Layer"
25+
26+
Add `aws-lambda-powertools[aws-xray-sdk]` in your preferred dependency management tool.
27+
2228
### Permissions
2329

2430
Before your use this utility, your AWS Lambda function [must have permissions](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-permissions) to send traces to AWS X-Ray.

0 commit comments

Comments
 (0)