Skip to content

Commit 6e438d6

Browse files
authored
Update Lambda layer README.md (#355)
*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 24085bd commit 6e438d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lambda-layer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# AWS Lambda Application Signals Support
1+
# AWS Lambda Layer for OpenTelemetry Python
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 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.
3+
This folder provides OpenTelemetry Python support for AWS Lambda. 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

7-
- Supports Application Signals, including traces and metrics, for AWS Lambda Python Runtimes.
7+
- Supports traces, metrics, logs and AWS Application Signals for AWS Lambda Python Runtimes.
88
- Automates the deployment process, including the creation of the Application Python Lambda Layer and a sample Lambda function.
99

1010
## Prerequisites

0 commit comments

Comments
 (0)