Skip to content

Commit fa2ef21

Browse files
docs(tutorial): fix "Simplifying with Tracer" section in the tutorial (#3962)
fix docs
1 parent 384a6cb commit fa2ef21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ Cross-cutting concerns like filtering traces by Cold Start, including response a
727727
We can simplify our previous patterns by using [Powertools for AWS Lambda (Python) Tracer](../core/tracer.md){target="_blank"}; a thin wrapper on top of X-Ray SDK.
728728

729729
???+ note
730-
You can now safely remove `aws-xray-sdk` from `requirements.txt`; keep `aws-lambda-powertools` only.
730+
You can now safely remove `aws-xray-sdk` from `requirements.txt`; keep `aws-lambda-powertools[tracer]` only.
731731

732732
```python title="Refactoring with Powertools for AWS Lambda (Python) Tracer" hl_lines="1 6 11 13 19 21 27"
733733
from aws_lambda_powertools import Logger, Tracer

0 commit comments

Comments
 (0)