newrelic / java-aws-lambda

AWS Lambda OpenTracing Java SDK
Apache License 2.0
12 stars 6 forks source link

Extra dependencies? #54

Open patrickjamesbarry opened 1 year ago

patrickjamesbarry commented 1 year ago

Are all 3 of these needed for some reason? I looked at source code and see no ref to them. We are trying to make our java lambda artifact as small as possible, so would like know if I can exclude these.

implementation 'com.amazonaws:aws-java-sdk-s3:1.12.13'
implementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.163'
implementation 'com.amazonaws:aws-java-sdk-dynamodb:1.11.163'
workato-integration[bot] commented 1 year ago

https://issues.newrelic.com/browse/NR-149053

rbrennangen commented 7 months ago

+1

In addition AWS SDK V1 support will end soon:

https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/

Javed6234 commented 2 weeks ago

Hey, Any updates on this issue?