aws-sdk-lisp icon indicating copy to clipboard operation
aws-sdk-lisp copied to clipboard

An error will occur if the argument has a boolean type

Open waku893 opened this issue 3 years ago • 0 comments

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

waku893 avatar Jan 29 '22 01:01 waku893