TBD54566975 / web5-go

Apache License 2.0
10 stars 6 forks source link

Add AWSKeyManager implementation #110

Open KendallWeihe opened 6 months ago

KendallWeihe commented 6 months ago

We currently have a LocalKeyManager implementation for KeyManager but other web5 SDKs have an implementation for AWS KMS

Do we want to add an AWS KMS implementation here in this repo? Or implement the it in a different repo by using the KeyManager interface from this repo?

If we want to implement it in this repo, where will we place it within our code (and therefore which package will it be consumed from)?