axiomhq / axiom-lambda-extension

Ingest logs and platform events from your lambda functions
14 stars 2 forks source link

Switch to the new Telemetry API #29

Closed dasfmi closed 1 week ago

dasfmi commented 4 months ago

AWS provides a new Lambda Telemetry API instead of the logs API and they recommend using the telemetry API moving forward.

Extensions can use the Telemetry API to subscribe to three different telemetry streams:

This PR provides implementation for the new API, without parsing any messages!.