pokepay / aws-sdk-lisp

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

XMLS update #6

Closed fiddlerwoaroof closed 6 years ago

fiddlerwoaroof commented 6 years ago

Hi, XMLS:PARSE now produces structures instead of lists. So, all the AWS calls fail. It's possible to fix this by replacing XMLS:PARSE with XMLS:PARSE-TO-LIST in operation.lisp. However, it might make more sense to rewrite the relevant parts to use the new api?