nervous-systems / eulalie

Asynchronous AWS client for Clojure & Clojurescript/Node
The Unlicense
86 stars 10 forks source link

Parse SQS msg attribute values order-independently #38

Closed keeth closed 7 years ago

keeth commented 7 years ago

I noticed recently that SQS receive-message was returning messages where the DataType and StringValue elements were not always serialized with DataType first. This fix just makes the parse of attribute values order-independent.

moea commented 7 years ago

Thanks!

moea commented 7 years ago

Updated 0.7.0-SNAPSHOT