AWS Lambda Extensions library This repository contains framework and helper functions to build your own AWS lambda extensions in Go. Overview Repository packages: extapi for Extensions API telemetryapi for Telemetry API otel for Converting Lambda Telemetry API Event objects to OpenTelemetry Spans You can find more information on how to build your lambda extensions in AWS documentation. Examples example extensions examples in go reference