lambda-local icon indicating copy to clipboard operation
lambda-local copied to clipboard

Any way to pass KMSKeyARN through CLI?

Open satyasutar opened this issue 5 years ago • 1 comments

My lambda uses encrypted environment variables which are encrypted using an KMS key. I decrypt the variable in my lambda using the kmsService in aws-sdk. Is there any way to pass the KMS key in CLI options? Thanks!

satyasutar avatar Mar 03 '20 13:03 satyasutar

Hmm, I looked into this quite a bit, but I'm still not sure how this key is set/passed to aws-sdk..

gpotter2 avatar Mar 16 '20 07:03 gpotter2