File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,15 +40,11 @@ To add the layers to your Lambda function through the AWS Management Console:
40403 . Choose the * Specify an ARN* radio button
41414 . Copy and paste the following ARNs of the {{apm-lambda-ext}} layer and the APM agent layer in the * Specify an ARN* text input:
4242 * APM Extension layer:
43- ``` subs=true
44- arn:aws:lambda:{AWS_REGION}:267093732750:layer:elastic-apm-extension-{{apm-lambda-ext-v}}-{ARCHITECTURE}:1 <1>
45- ```
43+ {subs}` arn:aws:lambda:{AWS_REGION}:267093732750:layer:elastic-apm-extension-{{apm-lambda-ext-v}}-{ARCHITECTURE}:1 ` <1>
4644 1 . Replace ` {AWS_REGION} ` with the AWS region of your Lambda function and ` {ARCHITECTURE} ` with its architecture.
4745
4846 * APM agent layer:
49- ``` subs=true
50- arn:aws:lambda:{AWS_REGION}:267093732750:layer:elastic-apm-python-{{apm-python-v}}:{{apm-python-layer-v}} <1>
51- ```
47+ {subs}` arn:aws:lambda:{AWS_REGION}:267093732750:layer:elastic-apm-python-{{apm-python-v}}:{{apm-python-layer-v}} ` <1>
5248 1 . Replace ` {AWS_REGION} ` with the AWS region of your Lambda function.
5349
5450 ![ image of choosing a layer in AWS Console] ( images/choose-a-layer.png " ")
You can’t perform that action at this time.
0 commit comments