Skip to content

Commit 41afcf4

Browse files
committed
Inital commit for updating layer ARN
1 parent 9ead122 commit 41afcf4

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ Find the supported regions and AMD64 (x86_64) layer ARN in the table below for t
7373

7474
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
7575

76-
|Supported Regions |Lambda layer ARN format | Contents |
77-
|---------------------|-------------------------|----------|
78-
| 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-collector-arm64-ver-0-61-0:1 | Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0)|
79-
80-
8176
### Enable Tracing
8277
Once you’ve instrumented the Lambda function code and deployed to Lambda service, you can follow the instructions below to apply Lambda layer.
8378

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ Find the supported regions and AMD64 (x86_64) layer ARN in the table below for t
9191

9292
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
9393

94-
|Supported Regions |Lambda layer ARN format | Contents |
95-
|---------------------|-------------------------|----------|
96-
| 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-collector-arm64-ver-0-61-0:1 | Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0)|
97-
9894
### Enable Tracing
9995
Once you’ve instrumented the Lambda function code and deployed to Lambda service, you can follow the instructions below to apply Lambda layer.
10096

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Find the supported regions and AMD64 (x86_64) layer ARN in the table below for t
3333

3434
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
3535

36-
|Supported Regions |Lambda layer ARN format | Contents |
37-
|---------------------|-------------------------|----------|
38-
| 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-java-agent-arm64-ver-1-18-0:1 | Contains [ADOT Java Auto-Instrumentation Agent v1.18.0](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.18.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)|
39-
4036
### Enable auto-instrumentation for your Lambda function
4137

4238
To enable the AWS Distro for OpenTelemetry in your Lambda function, you need to add and configure the layer, and then enable tracing.

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ Find the supported regions and AMD64 (x86_64) layer ARN in the table below for t
3636

3737
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
3838

39-
|Supported Regions |Lambda layer ARN format | Contents |
40-
|---------------------|-------------------------|----------|
41-
| 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-python-arm64-ver-1-13-0:1 | Contains [OpenTelemetry Python v1.13.0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.13.0) with the [AWS Python Extension v2.0.1](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/opentelemetry-sdk-extension-aws%3D%3D2.0.1) <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)|
42-
43-
4439
### Enable auto-instrumentation for your Lambda function
4540
To enable the AWS Distro for OpenTelemetry in your Lambda function, you need to add and configure the layer, and then enable tracing.
4641

0 commit comments

Comments
 (0)