serverless-crypt icon indicating copy to clipboard operation
serverless-crypt copied to clipboard

String that is a number is giving a serverless error.

Open j-lowry opened this issue 7 years ago • 0 comments

 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

j-lowry avatar Mar 29 '17 19:03 j-lowry