micronaut-aws icon indicating copy to clipboard operation
micronaut-aws copied to clipboard

Correct setup of the AWS OTEL java layer for AWS Lambda with Micronaut

Open dniel opened this issue 8 months ago • 0 comments

Issue description

Im trying to configure the ADOT (AWS Distro for OpenTelemetry) Java layer for a Micronaut based Lambda following the instructions on https://aws-otel.github.io/docs/getting-started/lambda/lambda-java.

It seems you need to set an environment variable AWS_LAMBDA_EXEC_WRAPPER to the correct value for the lambda depending on the lambda implementation, in this case implemented by Micronaut. What's the correct value for AWS_LAMBDA_EXEC_WRAPPER Micronaut?

dniel avatar Oct 31 '23 09:10 dniel