-
Notifications
You must be signed in to change notification settings - Fork 50
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
Investigate ways to reduce final jar size #411
Comments
Investigation ResultsBelow are quick investigations into dynamodb class files and some opportunities identified to reduce the overall size tl;dr
Use of
|
as an update here we did end up refactoring the middleware: smithy-lang/smithy-kotlin#536 Looks like we are currently down to ~3.1MB. The current Java V2 SDK sits at around ~2.2MB. A few other areas to look into:
I'll leave this open for tracking and +1's but the low hanging fruit is probably gone at this point. |
|
The dynamodb jar size is ~5MB, which is approximately twice as big as aws-sdk-java-v2.
The task here is to investigate ways to reduce the final size. I did some preliminary investigation and there is definitely some low hanging fruit.
The text was updated successfully, but these errors were encountered: