Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lambda-layer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS Distro Lambda Layer for NodeJS
# AWS Lambda Layer for OpenTelemetry NodeJS

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.
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.

By default, the layer enables aws-sdk and aws-lambda instrumentation libraries only for better Lambda cold start
performance.
Expand All @@ -12,8 +12,8 @@ Eg, OTEL_NODE_ENABLED_INSTRUMENTATIONS="aws-lambda,aws-sdk,http"

This package includes the following three components,

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

## Scripts to build everything
Expand Down
Loading