Skip to content

Commit 2a9806e

Browse files
authored
docs: consistent naming (#1582)
1 parent b545f71 commit 2a9806e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/serverless.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Follow the steps below to setup Elastic APM for your AWS Lambda Python functions
1212
You need an APM Server to send APM data to. Follow the {apm-guide-ref}/apm-quick-start.html[APM Quick start] if you have not set one up yet. For the best-possible performance, we recommend setting up APM on {ecloud} in the same AWS region as your AWS Lambda functions.
1313

1414
[float]
15-
==== Step 1: Setup the APM Lambda Extension
15+
==== Step 1: Set up the {apm-lambda-ext}
1616

1717
include::{apm-aws-lambda-root}/docs/lambda-selector/lambda-attributes-selector.asciidoc[]
1818

19-
Add the {apm-guide-ref}/aws-lambda-arch.html[APM Lambda Extension] as an https://docs.aws.amazon.com/lambda/latest/dg/invocation-layers.html[AWS Lambda Layer] to your AWS Lambda function.
19+
Add the {apm-guide-ref}/aws-lambda-arch.html[{apm-lambda-ext}] as an https://docs.aws.amazon.com/lambda/latest/dg/invocation-layers.html[AWS Lambda Layer] to your AWS Lambda function.
2020

2121
include::{apm-aws-lambda-root}/docs/lambda-selector/extension-arn-replacement.asciidoc[]
2222
include::{apm-aws-lambda-root}/docs/add-extension/add-extension-layer-widget.asciidoc[]
2323

2424
[float]
25-
==== Step 2: Setup the APM Python Agent
25+
==== Step 2: Set up the APM Python Agent
2626

2727
You need to add `elastic-apm` as a dependency for your python function.
2828
Depending on your deployment strategy, this could be as easy as adding
@@ -49,7 +49,7 @@ def handler(event, context):
4949
[float]
5050
==== Step 3: Configure APM on AWS Lambda
5151

52-
The APM Lambda Extension and the APM Python agent are configured through environment variables on the AWS Lambda function.
52+
The {apm-lambda-ext} and the APM Python agent are configured through environment variables on the AWS Lambda function.
5353

5454
For the minimal configuration, you will need the _APM Server URL_ to set the destination for APM data and an _{apm-guide-ref}/secret-token.html[APM Secret Token]_.
5555
If you prefer to use an {apm-guide-ref}/api-key.html[APM API key] instead of the APM secret token, use the `ELASTIC_APM_API_KEY` environment variable instead of `ELASTIC_APM_SECRET_TOKEN` in the following configuration.
@@ -58,7 +58,7 @@ For production environments, we recommend {apm-guide-ref}/aws-lambda-secrets-man
5858

5959
include::./lambda/configure-lambda-widget.asciidoc[]
6060

61-
You can optionally <<configuration,fine-tune the Python agent>> or the {apm-guide-ref}/aws-lambda-config-options.html[configuration of the APM Lambda Extension].
61+
You can optionally <<configuration,fine-tune the Python agent>> or the {apm-guide-ref}/aws-lambda-config-options.html[configuration of the {apm-lambda-ext}].
6262

6363
That's it; Once the agent is installed and working, spans will be captured for
6464
<<supported-technologies,supported technologies>>. You can also use

0 commit comments

Comments
 (0)