Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Enhancement description
https://docs.aws.amazon.com/lambda/latest/dg/telemetry-api.html
I’m trying to create a Lambda Extension that relies on the Lambda Telemetry API, but it looks like that is not currently supported.
🧑💻 Implementation
No response
Anything else?
The Logs API would have been a usable fallback, but it looks like that isn’t implemented either. That API has been superseded by the Telemetry API, so I think it would be fine to just implement the latter.
There is an existing issue open in RIE here: aws/aws-lambda-runtime-interface-emulator#94