Justen Falk
Results
2
issues of
Justen Falk
When attempting to decrypt I get the error in the title ``` const slscrypt = require('slscrypt'); slscrypt.get($SECRET_NAME); ```
This error happens when I attempt to encrypt. The alias for my KMS is PhotoboothConn ``` service: userApi provider: ... plugins: - serverless-crypt custom: - cryptKeyId: ${env:PhotoboothConn} functions: ... ```...