Replies: 3 comments
-
Given that the library is only doing decryption, wouldn't this need to be a change across all language SDKs? |
Beta Was this translation helpful? Give feedback.
0 replies
-
its not clear why this would need any change to the language sdks, this is simply removing the superfluous use of aws_encryption_sdk for a boto call to kms.decrypt |
Beta Was this translation helpful? Give feedback.
0 replies
-
this was addressed in #260 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
afaics the use for the hook library usage on the encryption sdk is doing fairly trivial stuff that would be easily replaced by a call to kms_client.decrypt .. the use of the encryption sdk brings in native compiled extensions requirements and dependencies (cryptography library), and in general is targeted towards more advanced usage then what is needed here. removing it in favor of the simple thing seems like an easy usability/deployment win.
Beta Was this translation helpful? Give feedback.
All reactions