lambda-local
lambda-local copied to clipboard
Any way to pass KMSKeyARN through CLI?
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!
Hmm, I looked into this quite a bit, but I'm still not sure how this key is set/passed to aws-sdk..