Skip to content

Commit 90ee58a

Browse files
committed
Try inline blocks
1 parent 12d4cab commit 90ee58a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/reference/lambda-support.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,11 @@ To add the layers to your Lambda function through the AWS Management Console:
4040
3. Choose the *Specify an ARN* radio button
4141
4. 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 "")

0 commit comments

Comments
 (0)