Skip to content

Commit 3b378a6

Browse files
authored
Update Lambda README.md, point users to AWS public documentation (#295)
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 39bcbc6 commit 3b378a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda-layer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Lambda Application Signals Support
22

3-
This package provides support for **Application Signals** in AWS Lambda environment.
3+
This folder provides support for **Application Signals** in AWS Lambda environments. You can explore this repository to learn how to build a Lambda layer for AWS Python Runtimes from scratch in your AWS account. Alternatively, you can directly visit the AWS documentation, [Enable Application Signals on Lambda functions](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Application-Signals-Enable-Lambda.html), and use the AWS-managed Lambda layers we provide.
44

55
## Features
66

@@ -53,4 +53,4 @@ Lambda function and view the traces and metrics through the AWS CloudWatch Conso
5353
By default the layer enable botocore and aws-lambda instrumentation libraries only for better Lambda cold start performance. To
5454
enable all opentelemetry python
5555
supported libraries you can set environment variable `OTEL_PYTHON_DISABLED_INSTRUMENTATIONS=none`. Refer to details in
56-
[OpenTelemetry Python Disabling Specific Instrumentations](Disabling Specific Instrumentations)
56+
[OpenTelemetry Python Disabling Specific Instrumentations](https://opentelemetry.io/docs/zero-code/python/configuration/#disabling-specific-instrumentations)

0 commit comments

Comments
 (0)