You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having this PR merged would allow me as a caller to say something like:
backup = new DynamoBackup({
...,
ServerSideEncryption = 'AES256'
});
It looks like your request KMS encryption is a bit different because my ServerSideEncryption change above uses a default key on the server, but I thought I'd mention it.
@zezke yes, this warrants a PR. I lost my write permissions to this repo so trying to figure out if I need to move it. It may take me a while to merge a PR.
I've made some changes to support KMS encryption. You can just provide a kmsKeyId and it'll set everything up.
Is this interesting enough to warrant a PR?
The text was updated successfully, but these errors were encountered: