-
Notifications
You must be signed in to change notification settings - Fork 63
KmsKeyringNode dependency on aws-sdk #600
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
Comments
+1 This is especially problematic when packaging for Lambda - when normally including the AWS-SDK in your uploaded package is not required at all. But for my functions that use this crypto library, it is impossible to remove the SDK when preparing for Lambda because of this persistent dependency. PLEASE FIX THIS. |
As a workaround, you can delete the AWS SDK from the AWS Lambda zip. A tool that could remove this dependance for any AWS Lambda customer, |
This has just about mean using AWS lambda useless for our usecases. This is very poor. |
The package |
So i believe this is now also causing all of the warnings about AWS v2 API being deprecated? Can anyone confirm? |
Hi,
This is a question really, are there any plans to address the requirement for the AWS Key Ring Node to have a dependency on the entire aws-sdk? It blows the package sizes significantly and i was wondering if this is likely to be addressed at all?
Kind Regards,
The text was updated successfully, but these errors were encountered: