|
| 1 | +--- |
| 2 | +title: 'AWS Distro for OpenTelemetry Lambda Layers that contains ADOT Collector v0.42.0 are now available' |
| 3 | +description: |
| 4 | + January 2025 release announcement for ADOT Lambda layers |
| 5 | +--- |
| 6 | + |
| 7 | +import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx" |
| 8 | + |
| 9 | +<SectionSeparator /> |
| 10 | + |
| 11 | +AWS Distro for OpenTelemetry Lambda Layers now supports AMD64 and ARM64 in the following AWS regions: |
| 12 | + |
| 13 | +|Region | AMD64 | ARM64 | |
| 14 | +|-------------------------|-------|-------| |
| 15 | +|Asia Pacific (Mumbai) | ✓ | ✓ | |
| 16 | +|Asia Pacific (Singapore) | ✓ | ✓ | |
| 17 | +|Asia Pacific (Sydney) | ✓ | ✓ | |
| 18 | +|Asia Pacific (Tokyo) | ✓ | ✓ | |
| 19 | +|Asia pacific (Seoul) | ✓ | ✓ | |
| 20 | +|Canada (Central) | ✓ | ✓ | |
| 21 | +|Europe (Frankfurt) | ✓ | ✓ | |
| 22 | +|Europe (Ireland) | ✓ | ✓ | |
| 23 | +|Europe (London) | ✓ | ✓ | |
| 24 | +|Europe (Stockholm) | ✓ | ✓ | |
| 25 | +|Europe(Paris) | ✓ | ✓ | |
| 26 | +|South America (Sao Paulo)| ✓ | ✓ | |
| 27 | +|US East (N. Virginia) | ✓ | ✓ | |
| 28 | +|US East (Ohio) | ✓ | ✓ | |
| 29 | +|US West (N California) | ✓ | ✓ | |
| 30 | +|US West (Oregon) | ✓ | ✓ | |
| 31 | + |
| 32 | +<SectionSeparator /> |
| 33 | + |
| 34 | +### Release Highlights |
| 35 | +- Added support for nodejs20.x and nodejs 22.x runtime in Nodejs lambda layer. |
| 36 | +- The `logging` exporter has been removed upstream in favor of the `debug` exporter. This release removes the logging exporter. See [#11337](https://github.com/open-telemetry/opentelemetry-collector/issues/11337) to migrate to the debug exporter. |
| 37 | +- Python layer [**aws-otel-python-<amd64|arm64>-ver-1-29-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-python) contains OpenTelemetry Python `v1.29.0` and ADOT Collector for Lambda `v0.42.0` |
| 38 | +- Nodejs layer [**aws-otel-nodejs-<amd64|arm64>-ver-1-30-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-js) contains OpenTelemetry JavaScript Core `v1.30.0` with AWS Lambda Instrumentation `v0.50.0` and ADOT Collector for Lambda `v0.42.0` |
| 39 | +- Java-Wrapper layer [**aws-otel-java-wrapper-<amd64|arm64>-ver-1-32-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java) contains OpenTelemetry Java `v1.32.0` and ADOT Collector for Lambda `v0.42.0` |
| 40 | +- Java-Agent layer [**aws-otel-java-agent-<amd64|arm64>-ver-1-32-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java-auto-instr) contains AWS Distro for OpenTelemetry Java Instrumentation `v1.32.0` and ADOT Collector for Lambda `v0.42.0` |
| 41 | +- Collector layer **aws-otel-collector-<amd64|arm64>-ver-0-115-0** contains ADOT Collector for Lambda `v0.42.0`. Compatible with [.NET](https://aws-otel.github.io/docs/getting-started/lambda/lambda-dotnet) and [Go](https://aws-otel.github.io/docs/getting-started/lambda/lambda-go) runtimes. |
| 42 | + |
| 43 | +### Download |
| 44 | + |
| 45 | +Learn more about AWS Distro for Open Telemetry Lambda support [here](https://aws-otel.github.io/docs/getting-started/lambda). All code changes are made upstream in the respective OpenTelemetry project components. Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any questions about the features, or its components. |
| 46 | + |
| 47 | +We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry). The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). |
| 48 | + |
| 49 | +More blog posts about |
| 50 | +[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) can be found on the |
| 51 | +[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/). |
| 52 | + |
| 53 | + |
| 54 | +### Author |
| 55 | + |
| 56 | +[Pavan Sai Vasireddy](https://github.com/vasireddy99) is a SDE on the AWS Open-Source Observability team. |
0 commit comments