serverless-crypt
serverless-crypt copied to clipboard
String that is a number is giving a serverless error.
Expected params.Plaintext to be a string, Buffer, Stream,
Blob, or typed array object
If I have a secret that is "123.455" I receive the above error message if I run the command:
sls encrypt -n "clientID" -t 123.455 --save