Skip to content

Commit a3ef2a7

Browse files
authored
Fixing config links in the AWS Lambda docs (#2315)
1 parent 50104e9 commit a3ef2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup-aws-lambda.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ https://github.com/elastic/apm-agent-java/releases[GitHub Releases page].
4949
4. Within your Function configuration, configure the following environment variables:
5050
a. `AWS_LAMBDA_EXEC_WRAPPER` (required): set this variable's value to `/opt/elastic-apm-handler`, so that Lambda starts the runtime with this script.
5151
b. `ELASTIC_APM_LAMBDA_APM_SERVER` (required): this will tell the Elastic APM Extension where to send data to.
52-
c. `<<config-secret-token, ELASTIC_APM_SECRET_TOKEN>>` or `<<config-api-key, ELASTIC_APM_API_KEY>>` (required): one of these needs to be set
52+
c. <<config-secret-token, `ELASTIC_APM_SECRET_TOKEN`>> or <<config-api-key, `ELASTIC_APM_API_KEY`>> (required): one of these needs to be set
5353
as the authentication method that the extension uses when sending data to the URL configured via `ELASTIC_APM_LAMBDA_APM_SERVER`
5454
d. <<config-application-packages, `ELASTIC_APM_APPLICATION_PACKAGES`>> (recommended): setting this may improve cold start times.
5555
5. Fine-tune the Java agent with any of the available <<configuration, configuration options>>.

0 commit comments

Comments
 (0)