Skip to content

Commit 6fe7d4d

Browse files
authored
Update Lambda README.md, point users to AWS public documentation (#122)
*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 d7e45aa commit 6fe7d4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lambda-layer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AWS Distro Lambda Layer for NodeJS
22

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 Node.js 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.
4+
35
By default, the layer enables aws-sdk and aws-lambda instrumentation libraries only for better Lambda cold start
46
performance.
57
You can use the environment variable `OTEL_NODE_ENABLED_INSTRUMENTATIONS` to enable only certain

0 commit comments

Comments
 (0)