opentelemetry-instrumentation-aws-lambda
OpenTelemetry AWS Lambda instrumentation
What it is and what it does
This package integrates OpenTelemetry tracing into AWS Lambda functions, allowing you to capture and export distributed traces from serverless workloads. It provides an Instrumentor that hooks into the Lambda runtime to automatically trace function invocations and propagate trace context across service boundaries using AWS X-Ray propagation. The package is part of the OpenTelemetry Python contrib ecosystem and works alongside the AWS Distro for OpenTelemetry (ADOT) Lambda Layer, which can automatically initialize the SDK without code changes.
You install it as a standard Python dependency and call its Instrumentor to enable tracing in your Lambda handler. It depends on opentelemetry-instrumentation, opentelemetry-propagator-aws-xray, and opentelemetry-semantic-conventions to handle the core tracing mechanics and AWS-specific trace context propagation. The package is actively maintained, supports modern Python versions, and carries no known security vulnerabilities.
Use it for:
- Trace Lambda function invocations and downstream service calls to debug latency and errors in serverless applications.
- Export Lambda execution telemetry to AWS X-Ray or other OpenTelemetry-compatible backends for centralized observability.
- Correlate Lambda traces with traces from other services (EC2, containers, databases) using standard OpenTelemetry propagation.
- Automatically instrument Lambda handlers deployed via ADOT Lambda Layer without modifying application code.
- Monitor cold-start performance and execution duration of Lambda functions across multiple invocations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Instruments AWS Lambda functions to emit OpenTelemetry traces, capturing request and execution data for observability within the Lambda runtime environment.
Yes, if you run Lambda functions and need distributed tracing. The package has low install friction, active maintenance, permissive licensing, and no known vulnerabilities. It integrates cleanly with the OpenTelemetry ecosystem and AWS observability tools. The Beta status is not a blocker—it reflects the package's maturity level, not instability. Install it if you want to trace Lambda workloads; skip it only if you have no observability requirements.
Install
opentelemetry-instrumentation-aws-lambda on PyPI
pip
pip install opentelemetry-instrumentation-aws-lambdauv
uv add opentelemetry-instrumentation-aws-lambdapoetry
poetry add opentelemetry-instrumentation-aws-lambdaInstalling opentelemetry-instrumentation-aws-lambda
Before you install
Low install friction; depends on three core OpenTelemetry packages. Actively maintained with a release 29 days old and recent commits; marked Beta but supports current Python versions (3.10–3.14).
License in practice
Apache-2.0 permissive license allows use in most commercial and open-source projects without significant restrictions.
Quickstart
pip install opentelemetry-instrumentation-aws-lambda
from opentelemetry.instrumentation.aws_lambda import AwsLambdaInstrumentor
AwsLambdaInstrumentor().instrument()
Requires Python 3.10 or later; designed to run within AWS Lambda runtime or with ADOT Lambda Layer for automatic initialization.
Verify before relying
- Whether automatic initialization via ADOT Lambda Layer requires additional setup beyond package installation.
- Specific Lambda runtime versions and regions where this instrumentation is tested and supported.
- Performance overhead and trace sampling behavior under typical Lambda workloads.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — opentelemetry-instrumentation, opentelemetry-propagator-aws-xray, opentelemetry-semantic-conventions |
| Maintenance | actively maintained — 29 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 4,471,312/month — #2,297 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: opentelemetry_instrumentation_aws_lambda-0.65b0-py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
opentelemetry-instrumentation-elasticsearchAdds distributed tracing to Elasticsearch…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-botoAdds distributed tracing to AWS SDK (Boto)…
permissive · top 5,000 on PyPI
aws-xray-sdkRecords and sends trace data from Python…
permissive · top 1,000 on PyPI
aws-opentelemetry-distroProvides AWS-integrated OpenTelemetry…
permissive · top 5,000 on PyPI
lumigo-tracerLumigo-tracer instruments Python Lambda…
permissive · top 15,000 on PyPI
opentelemetry-instrumentation-remouladeAdds distributed tracing instrumentation for…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-aio-pikaAdds distributed tracing instrumentation to…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-loggingIntegrates Python's standard logging module…
permissive · top 1,000 on PyPI
opentelemetry-instrumentation-requestsAutomatically captures and traces HTTP requests…
permissive · top 1,000 on PyPI
opentelemetry-instrumentation-aiohttp-clientAdds distributed tracing to HTTP requests made…
permissive · top 1,000 on PyPI