Open patrickjamesbarry opened 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'
https://issues.newrelic.com/browse/NR-149053
+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/
Hey, Any updates on this issue?
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.