aceew / aws-lambda-env-vars

A package for decrypting Lambda environment variables encrypted by AWS KMS
https://www.npmjs.com/package/lambda-env-vars
15 stars 2 forks source link

Getting AccessDenied Exception #7

Closed paolodm closed 6 years ago

paolodm commented 6 years ago
Caught an error: AccessDeniedException: The ciphertext refers to a customer master key that does not exist, does not exist in this region, or you are not allowed to access.
paolodm commented 6 years ago

Realized my mistake: I needed to add KMS.* permissions to the role of my user.