What's Changed
- Upgrade AWS dependencies and general code cleanup #78
- This version of the library made changes to the versions of AWS dependencies. The following dependencies are now used:
- com.amazonaws:aws-lambda-java-core:1.2.3 (previous version: 1.1.0)
- com.amazonaws:aws-lambda-java-events:3.15.0 (previous version: 2.2.7)
- software.amazon.awssdk:s3:2.31.43 (replaces com.amazonaws:aws-java-sdk-s3:1.12.771)
- software.amazon.awssdk:s3-event-notifications:2.31.43 (replaces com.amazonaws:aws-java-sdk-s3:1.12.771)
- It is recommended that functions that utilize the New Relic AWS Lamdba OpenTracing Java SDK utilize the same (or higher) versions of the underlying AWS libraries as noted above. Functions that are unable to upgrade should remain on version 2.2.0 of this library.
- This version of the library made changes to the versions of AWS dependencies. The following dependencies are now used:
Full Changelog: v2.2.0...v3.3.0