You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/getting-started/lambda/lambda-java-auto-instr.mdx
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,11 @@ In this section, we consume the Lambda layer for use with Java Lambda Functions.
25
25
26
26
Note: Lambda layers are a regionalized resource, meaning that they can only be used in the region in which they are published. Make sure to use the layer in the same region as your Lambda functions.
27
27
28
-
Find the supported regions and AMD64 (x86_64) layer ARN in the table below for the ARNs to consume.
28
+
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
29
29
30
30
|Supported Regions |Lambda layer ARN format | Contents |
Copy file name to clipboardExpand all lines: src/docs/getting-started/lambda/lambda-js.mdx
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,26 +17,23 @@ The AWS managed Lambda layer for ADOT JavaScript provides a plug and play user e
17
17
18
18
## Requirements
19
19
20
-
The Lambda layer supports Node.JS v12+ Lambda runtimes. For more information about supported JavaScript and Node.JS versions, see the [OpenTelemetry JavaScript documentation](https://github.com/open-telemetry/opentelemetry-js).
20
+
The Lambda layer supports Node.JS v14+ Lambda runtimes. For more information about supported JavaScript and Node.JS versions, see the [OpenTelemetry JavaScript documentation](https://github.com/open-telemetry/opentelemetry-js).
21
21
22
22
### Add the ARN of the Lambda Layer
23
23
24
24
In this section, we consume the Lambda layer for use with Node.JS Lambda Functions. This includes a reduced version of the [AWS Distro for OpenTelemetry Collector (ADOT Collector)](https://github.com/aws-observability/aws-otel-collector), which runs as a Lambda extension.
25
25
26
26
Note: Lambda layers are a regionalized resource, meaning that they can only be used in the Region in which they are published. Make sure to use the layer in the same region as your Lambda functions.
27
27
28
-
Find the supported regions and AMD64 (x86_64) layer ARN in the table below for the ARNs to consume.
28
+
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
29
29
30
30
|Supported Regions |Lambda layer ARN format | Contents |
| ap-northeast-1<br/>ap-northeast-2<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>ca-central-1<br/>eu-central-1<br/>eu-north-1<br/>eu-west-1<br/>eu-west-2<br/>eu-west-3<br/>sa-east-1<br/>us-east-1<br/>us-east-2<br/>us-west-1<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-nodejs-amd64-ver-1-7-0:1|Contains [OpenTelemetry for JavaScript v1.7.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/stable%2Fv1.7.0) with [Lambda instrumentation v0.33.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/instrumentation-aws-lambda-v0.33.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0)|
33
-
34
-
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
35
-
36
-
|Supported Regions |Lambda layer ARN format | Contents |
| ap-northeast-1<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>eu-central-1<br/>eu-west-1<br/>eu-west-2<br/>us-east-1<br/>us-east-2<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-nodejs-arm64-ver-1-7-0:1| Contains [OpenTelemetry for JavaScript v1.7.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/stable%2Fv1.7.0) with [Lambda instrumentation v0.33.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/instrumentation-aws-lambda-v0.33.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0)|
32
+
| ap-northeast-1<br/>ap-northeast-2<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>ca-central-1<br/>eu-central-1<br/>eu-north-1<br/>eu-west-1<br/>eu-west-2<br/>eu-west-3<br/>sa-east-1<br/>us-east-1<br/>us-east-2<br/>us-west-1<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-nodejs-<architecture\>-ver-1-7-0:2|Contains [OpenTelemetry for JavaScript v1.7.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/stable%2Fv1.7.0) with [Lambda instrumentation v0.33.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/instrumentation-aws-lambda-v0.33.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.23.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.23.0)|
39
33
34
+
**Note**
35
+
The arm64 lambda Layer ARN for the following regions - ap-northeast-2, ca-central-1, eu-north-1, eu-west-3, sa-east-1, us-west-1 is below .
Copy file name to clipboardExpand all lines: src/docs/getting-started/lambda/lambda-python.mdx
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,11 @@ In this section, we consume the Lambda layer for use with Python Lambda Function
28
28
29
29
Note: Lambda layers are a regionalized resource, meaning that they can only be used in the Region in which they are published. Make sure to use the layer in the same region as your Lambda functions.
30
30
31
-
Find the supported regions and AMD64 (x86_64) layer ARN in the table below for the ARNs to consume.
31
+
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
32
32
33
33
|Supported Regions |Lambda layer ARN format | Contents |
0 commit comments