Skip to content

Commit bb7deaa

Browse files
authored
Update ARNs for ADOT August Release (#151)
1 parent 00f9dfb commit bb7deaa

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ public string OriginalFunctionHandler(JObject input, ILambdaContext context)
6262
This layer includes a reduced version of the [AWS Distro for OpenTelemetry Collector (ADOT Collector)](https://github.com/aws-observability/aws-otel-collector),
6363
which runs as a Lambda extension.
6464

65-
Note: Lambda layers are a rationalized resource, meaning that they can only be used in the Region in which they are published.
65+
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

6868
Find the supported regions and ARN in the table below for the ARNs to consume.
6969

7070
|Supported Regions |Lambda layer ARN format| Contents |
7171
|---------------------|-------------------------|----------|
72-
| 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-collector-ver-0-29-1:1 | Contains the [ADOT Collector for Lambda v0.11.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.11.0)|
72+
| 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-collector-ver-0-33-0:1 | Contains the [ADOT Collector for Lambda v0.12.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.12.0)|
7373

7474

7575
### Enable Tracing

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Find the supported regions and ARN in the table below for the ARNs to consume.
2929

3030
|Supported Regions |Lambda layer ARN format| Contents |
3131
|---------------------|-------------------------|----------|
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-java-agent-ver-1-2-0:2 | Contains [ADOT Java Auto-Instrumentation Agent v1.2.0](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.2.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.11.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.11.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-java-agent-ver-1-5-0:2 | Contains [ADOT Java Auto-Instrumentation Agent v1.5.0](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.5.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.12.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.12.0) |
3333

3434
### Enable auto-instrumentation for your Lambda function
3535

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ In this section, we consume the Lambda layer for use with Java Lambda Functions.
3232
This includes a reduced version of the [AWS Distro for OpenTelemetry Collector (ADOT Collector)](https://github.com/aws-observability/aws-otel-collector),
3333
which runs as a Lambda extension.
3434

35-
Note: Lambda layers are a rationalized resource, meaning that they can only be used in the Region in which they are published.
35+
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

3838
Find the supported regions and ARN in the table below for the ARNs to consume.
3939

4040
|Supported Regions |Lambda layer ARN format| Contents |
4141
|---------------------|-------------------------|----------|
42-
| 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-java-wrapper-ver-1-2-0:2 | Contains [OpenTelemetry for Java v1.2.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.2.0) with [Java Instrumentation v1.2.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.2.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.11.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.11.0) |
42+
| 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-java-wrapper-ver-1-5-0:3 | Contains [OpenTelemetry for Java v1.5.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.5.0) with [Java Instrumentation v1.5.2](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.5.2) <br/><br/> Contains the [ADOT Collector for Lambda v0.12.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.12.0) |
4343

4444

4545
### Enable auto-instrumentation for your Lambda function

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ The Lambda layer supports Node.JS v10+ Lambda runtimes. For more information abo
2323

2424
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.
2525

26-
Note: Lambda layers are a rationalized 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.
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.
2727

2828
Find the supported regions and ARN in the table below for the ARNs to consume.
2929

3030
|Supported Regions |Lambda layer ARN format| Contents |
3131
|---------------------|-------------------------|----------|
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-ver-0-23-0:1 | Contains [OpenTelemetry for JavaScript v0.23.0 ](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v0.23.0) with [Contrib v0.23.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/v0.23.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.11.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.11.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-ver-0-24-0:1 | Contains [OpenTelemetry for JavaScript v0.24.0 ](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v0.24.0) with [Contrib v0.24.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/v0.24.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.12.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.12.0)|
3333

3434

3535
### Enable auto-instrumentation for your Lambda function

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ In this section, we consume the Lambda layer for use with Python Lambda Function
2626
This includes a reduced version of the [AWS Distro for OpenTelemetry Collector (ADOT Collector)](https://github.com/aws-observability/aws-otel-collector),
2727
which runs as a Lambda extension.
2828

29-
Note: Lambda layers are a rationalized 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.
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.
3030

3131
Find the supported regions and ARN in the table below for the ARNs to consume.
3232

3333
|Supported Regions |Lambda layer ARN format| Contents |
3434
|---------------------|-------------------------|----------|
35-
| 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-python38-ver-1-3-0:1 | Contains [OpenTelemetry for Python v1.3.0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.3.0) with [Contrib v0.22b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.22b0) <br/><br/> Contains the [ADOT Collector for Lambda v0.11.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.11.0)|
35+
| 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-python38-ver-1-5-0:1 | Contains [OpenTelemetry for Python v1.5.0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.5.0) with [Contrib v0.24b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.24b0) <br/><br/> Contains the [ADOT Collector for Lambda v0.12.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.12.0)|
3636

3737

3838
### Enable auto-instrumentation for your Lambda function

0 commit comments

Comments
 (0)