Justen Falk
Results
3
comments of
Justen Falk
I can temporarily fix it _locally_ by using the node_modules path in the require() `const slscrypt = require('./node_modules/serverless-crypt/dists/slscrypt');`
I ended up pulling the function out of the npm files and put it in one of my own
I didn't. I thought when I created the KMS it would automatically be set as an environment var for my lambdas. I just tried with pasting my key id in...