Skip to content

Updated Lambda Sample README #1074

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions sample-apps/apigateway-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<APPLICATION_SIGNALS_LAYER_FULL_ARN_WITH_VERSION>"
```
```
Loading