Lauri Tulmin 3a9972b16f Remove incubating semconv dependency from library instrumentation (#11324) 10 ay önce
..
aws-lambda-core-1.0 3a9972b16f Remove incubating semconv dependency from library instrumentation (#11324) 10 ay önce
aws-lambda-events-2.2 3a9972b16f Remove incubating semconv dependency from library instrumentation (#11324) 10 ay önce
README.md 2bdddafdc4 Apply Prettier to markdown files (#8968) 1 yıl önce

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+.