Skip to content

Commit f0eba5f

Browse files
authored
Update Lambda layer README.md (#179)
*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 720a1cc commit f0eba5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lambda-layer/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# AWS Distro Lambda Layer for NodeJS
1+
# AWS Lambda Layer for OpenTelemetry 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.
3+
This folder provides support for **OpenTelemetry NodeJS** 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 OpenTelemetry 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
By default, the layer enables aws-sdk and aws-lambda instrumentation libraries only for better Lambda cold start
66
performance.
@@ -12,8 +12,8 @@ Eg, OTEL_NODE_ENABLED_INSTRUMENTATIONS="aws-lambda,aws-sdk,http"
1212

1313
This package includes the following three components,
1414

15-
1. AWS Lambda Layer implementation for supporting Application Signals in AWS Lambda.
16-
2. Lambda Sample App with AWS SDK to demonstrate Application Signals telemetry data generated by Lambda Layer.
15+
1. AWS Lambda Layer implementation for supporting traces, metrics, logs in AWS Lambda.
16+
2. Lambda Sample App with AWS SDK to demonstrate AWS Application Signals telemetry data generated by Lambda Layer.
1717
3. Terraform script for deploy the sample app with Lambda layer built from the local package.
1818

1919
## Scripts to build everything

0 commit comments

Comments
 (0)