-
Notifications
You must be signed in to change notification settings - Fork 63
KmsKeyringNode dependency on aws-sdk resulting in Deprecation WARNings #1100
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
Can we get some eyes on this |
+1 this issue as well |
@RalphBragg (+ @JohnBrown0126 , @defy93 , and others), We are aware that the AWS SDK for JavaScript V2 is going into maintenance. We did not remove the AWS SDK V2 dependency, as we did not want break any current customers, We will release the ESDK-JS that only relies on the AWS SDK V3 in a new major version. (Leaving this issue open, pending the new Major Version release described above) Much Obliged, |
Is there are ETA on this? |
@RalphBragg, |
Now that #1180 was merged, which fixes that, any chance to get a new version published, or an approximate ETA for that (days, weeks, months, years)? |
Hello @RalphBragg, Major Version 4.0.0 of the AWS ESDK for JS has been released. This major version should address the problems you outline on this issue. Please let us know if you have any questions. AWS Crypto Tools |
Problem:
This library is still dependent on the full aws-sdk despite numerous tickets and requests being raised for its removal by this community (mainly for lambda use cases). I believe it is now the cause of the WARN messages being raised in any package and service that is using the node crypto library. Please advise on what the intended solution is for this please and the timelines. Happy to migrate to another capability if there's a migration guide available
(node:92870) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
at emitWarning (/Users/REDACTED/node_modules/aws-sdk/lib/maintenance_mode_message.js:21:13)
at Timeout._onTimeout (/Users/REDACTED/node_modules/aws-sdk/lib/maintenance_mode_message.js:29:5)
Solution:
Use something other than the full aws-sdk library
Out of scope:
Is there anything the solution will intentionally NOT address?
The text was updated successfully, but these errors were encountered: