|  | ||
|---|---|---|
| .. | ||
| aws-lambda-core-1.0 | ||
| aws-lambda-events-2.2 | ||
| README.md | ||
		
			
				
				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 RequestStreamHandleror know you don't use any event classes fromaws-lambda-java-events. This also includes when you are usingaws-serverless-java-containerto 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-events2.2+.