Closed
Description
Problem:
Currently, the module @aws-crypto/kms-keyring-node
uses the AWS SDK as a dependency and that makes the bundle package big for AWS Lambdas, I think this SDK should cover AWS Lambda scenarios as well.
Solution:
The aws-sdk
dependency should be moved to peerDependencies
in the package.json
, making it possible for the clients to choose to use the AWS SDK as devDependency or explicit dependency.
Related issue
Metadata
Metadata
Assignees
Labels
No labels