aws-sdk-lisp
aws-sdk-lisp copied to clipboard
An error will occur if the argument has a boolean type
Thank you for the wonderful package.
For example, the following pattern will result in an error.
(aws/ssm:get-parameters :names '("/hogehoge/path" "/hogehoge/path2") :with-decryption t)
Bool value cannot be entered in quri.
The value of QURI.ENCODE::VALUE is T, which is not of type (OR STRING NUMBER QURI.UTIL:SIMPLE-BYTE-VECTOR).