-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request a smaller version of this library (no dynamo DB) #897
Comments
Howdy @NikolayMetchev, We have entertained such a refactor, Thus, it would be a somewhat expensive refactor on our end, The modern AWS SDKs are fairly modular. Or is your issue that the AWS SDK is required dependency, Is there any more information you can share with us about your use case Right now, the Java release of this library has a "hard", direct, dependency on:
So... for a pretty comprehensive refactor, Is your use case highly sensitive to 2.7M? |
Hi @texastony , I failed to appreciate that it might require a large refactor and thought it is worth the ask in case it wasn't too hard to achieve. |
This is a very reasonable ask; Knowing that this is for Kotlin Lambdas is very helpful; ESDK Kotlin Support GHI: It is probably a lower lift to refactor this library to make Also, I am leaving this open as feature request. |
Right now this library depends on dynamoDb and probably some other items that are not necessary in all cases.
If somebody wishes to use the Java Encryption SDK
com.amazonaws:aws-encryption-sdk-java
they will automatically bring in a dynamoDb dep along for the ride.It seems to me that you shouldn't need dynamoDb to use the Encryption SDK.
Any chance we can have a leaner profile for the Java Encryption SDK?
The text was updated successfully, but these errors were encountered: