Skip to content

Commit 02ae4c8

Browse files
authored
Merge branch 'main' into eksaddon90
2 parents a90ba39 + 636726e commit 02ae4c8

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/docs/getting-started/lambda/lambda-dotnet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This layer includes a reduced version of the [AWS Distro for OpenTelemetry Colle
6565
Note: Lambda layers are a regionalized resource, meaning that they can only be used in the Region in which they are published.
6666
Make sure to use the layer in the same region as your Lambda functions.
6767

68-
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
68+
Find the supported regions and amd64/arm64 layer ARN in the table below for the ARNs to consume. Use `amd64` as architecture [for x86-based processors](https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html).
6969

7070
|Supported Regions |Lambda layer ARN format | Contents |
7171
|---------------------|-------------------------|----------|

src/docs/getting-started/lambda/lambda-go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This layer includes a reduced version of the [AWS Distro for OpenTelemetry Colle
8383
Note: Lambda layers are a regionalized resource, meaning that they can only be used in the Region in which they are published.
8484
Make sure to use the layer in the same region as your Lambda functions.
8585

86-
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
86+
Find the supported regions and amd64/arm64 layer ARN in the table below for the ARNs to consume. Use `amd64` as architecture [for x86-based processors](https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html).
8787

8888
|Supported Regions |Lambda layer ARN format | Contents |
8989
|---------------------|-------------------------|----------|

src/docs/getting-started/lambda/lambda-java-auto-instr.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this section, we consume the Lambda layer for use with Java Lambda Functions.
2525

2626
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.
2727

28-
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
28+
Find the supported regions and amd64/arm64 layer ARN in the table below for the ARNs to consume. Use `amd64` as architecture [for x86-based processors](https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html).
2929

3030
|Supported Regions |Lambda layer ARN format | Contents |
3131
|---------------------|-------------------------|----------|

src/docs/getting-started/lambda/lambda-java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this section, we consume the Lambda layer for use with Java Lambda Functions.
3535
Note: Lambda layers are a regionalized resource, meaning that they can only be used in the Region in which they are published.
3636
Make sure to use the layer in the same region as your Lambda functions.
3737

38-
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
38+
Find the supported regions and amd64/arm64 layer ARN in the table below for the ARNs to consume. Use `amd64` as architecture [for x86-based processors](https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html).
3939

4040
|Supported Regions |Lambda layer ARN format | Contents |
4141
|---------------------|-------------------------|----------|

src/docs/getting-started/lambda/lambda-js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this section, we consume the Lambda layer for use with Node.JS Lambda Functio
2727

2828
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.
2929

30-
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
30+
Find the supported regions and amd64/arm64 layer ARN in the table below for the ARNs to consume. Use `amd64` as architecture [for x86-based processors](https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html).
3131

3232
|Supported Regions |Lambda layer ARN format | Contents |
3333
|---------------------|-------------------------|----------|

src/docs/getting-started/lambda/lambda-python.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The AWS managed Lambda layer for ADOT Python provides a plug and play user exper
1818

1919
## Requirements
2020

21-
The Lambda layer supports Python 3.8 and Python 3.9 Lambda runtimes. For more information about supported Python versions, see the [OpenTelemetry Python documentation](https://github.com/open-telemetry/opentelemetry-python/blob/master/README.md#supported-runtimes) and the package on [PyPi](https://pypi.org/project/opentelemetry-api/).
21+
The Lambda layer supports Python [3.8, 3.9, 3.10 and 3.11] Lambda runtimes. For more information about supported Python versions, see the [OpenTelemetry Python documentation](https://github.com/open-telemetry/opentelemetry-python/blob/master/README.md#supported-runtimes) and the package on [PyPi](https://pypi.org/project/opentelemetry-api/).
2222

2323
### Add the ARN of the Lambda Layer
2424

@@ -28,7 +28,7 @@ In this section, we consume the Lambda layer for use with Python Lambda Function
2828

2929
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.
3030

31-
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
31+
Find the supported regions and amd64/arm64 layer ARN in the table below for the ARNs to consume. Use `amd64` as architecture [for x86-based processors](https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html).
3232

3333
|Supported Regions |Lambda layer ARN format | Contents |
3434
|---------------------|-------------------------|----------|

0 commit comments

Comments
 (0)