diff --git a/sample-apps/apigateway-lambda/README.md b/sample-apps/apigateway-lambda/README.md index 6ecc80986b..9b8736f2c9 100644 --- a/sample-apps/apigateway-lambda/README.md +++ b/sample-apps/apigateway-lambda/README.md @@ -50,9 +50,9 @@ To avoid incurring unnecessary charges, remember to destroy the resources when y terraform destroy ``` -#### (Optional) Instrumenting with Application Signals Lambda Layer -You can choose to instrument the Lambda function with Application Signals Lambda Layer upon deployment by passing in the layer ARN to the `adot_layer_arn` variable. +#### (Optional) Instrumenting with AWS Lambda Layer for OpenTelemetry Java +You can choose to instrument the Lambda function with AWS Lambda Layer for OpenTelemetry Java upon deployment by passing in the layer ARN to the `adot_layer_arn` variable. You must have the layer already published to your account before executing the following command. ```bash terraform apply -var "adot_layer_arn=" -``` \ No newline at end of file +```