File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/docs/getting-started/lambda Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Find the supported regions and ARN in the table below for the ARNs to consume.
32
32
33
33
| Supported Regions | Lambda layer ARN format| Contents |
34
34
| ---------------------| -------------------------| ----------|
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:3 | Contains [ OpenTelemetry Python AWS Extension v1.0.1 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib /releases/tag/opentelemetry-sdk-extension-aws%3D%3D1.0.1 ) which uses [ OpenTelemetry Python v1.5.0 ] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.5.0 ) <br /><br /> Contains the [ ADOT Collector for Lambda v0.13.0] ( https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.13.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:3 | Contains [ OpenTelemetry Python v1.5.0 ] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.5.0 ) with the [ AWS Python Extension v1.0.1 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib /releases/tag/opentelemetry-sdk-extension-aws%3D%3D1.0.1 ) <br /><br /> Contains the [ ADOT Collector for Lambda v0.13.0] ( https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.13.0 ) |
36
36
37
37
38
38
### Enable auto-instrumentation for your Lambda function
You can’t perform that action at this time.
0 commit comments