pokepay / aws-sdk-lisp

AWS-SDK for Common Lisp
87 stars 19 forks source link

An error will occur if the argument has a boolean type #18

Closed waku893 closed 1 year ago

waku893 commented 2 years ago

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).