opentelemetry-java-instrume.../instrumentation/aws-lambda
renovate[bot] 855c7a0fad
fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.28.0-alpha (#12292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-10-28 10:55:06 -07:00
..
aws-lambda-core-1.0 fix: LambdaUtils forceFlush flushes Logs also (#12341) 2024-09-27 08:43:04 +03:00
aws-lambda-events-2.2 fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.28.0-alpha (#12292) 2024-10-28 10:55:06 -07:00
README.md Apply Prettier to markdown files (#8968) 2023-07-19 12:22:35 -07:00

README.md

AWS Lambda Instrumentation

We provide two packages for instrumenting AWS lambda functions.

  • aws-lambda-core-1.0 provides lightweight instrumentation of the Lambda core library, supporting all versions. Use this package if you only use RequestStreamHandler or know you don't use any event classes from aws-lambda-java-events. This also includes when you are using aws-serverless-java-container to run e.g., a Spring Boot application on Lambda.

  • aws-lambda-events-2.2 provides full instrumentation of the Lambda library, including standard and custom event types, from aws-lambda-java-events 2.2+.