tink-crypto / tink-go-awskms

Extension to Tink Go that provides AWS KMS integration
https://developers.google.com/tink
Apache License 2.0
6 stars 3 forks source link

Support the AWS V2 Go KMS SDK #2

Open sfc-gh-kleonhard opened 1 year ago

sfc-gh-kleonhard commented 1 year ago

Currently, Tink uses the V1 AWS Go SDK. In early 2021 AWS launched a V2 Go SDK: https://github.com/aws/aws-sdk-go-v2. Tink should support the V2 SDK as it's easier to use!

azdagron commented 6 months ago

Yes, this would be very convenient!

spennymac commented 5 months ago

👋 I took a stab at this! Feel free to comment/contribute 😄

https://github.com/tink-crypto/tink-go-awskms/pull/5

sfc-gh-kleonhard commented 5 months ago

👋 I took a stab at this! Feel free to comment/contribute 😄

5

Looks great! You're the best. Admittedly, I don't know the Tink codebase well. But as a Tink user - I'd use it!