nsmithuk / local-kms

A mock version of AWS' Key Management Service, for local development and testing.
MIT License
198 stars 34 forks source link

Add KeySpec on Input and Output #35

Closed nsmithuk closed 2 years ago

nsmithuk commented 2 years ago

Fixes https://github.com/nsmithuk/local-kms/issues/32

For backwards compatibility AWS is continuing to support and return CustomerMasterKeySpec, thus we'll do the same.