I used cognitect/aws
yesterday for the first time, and it was very straightforward to use. So come here to say thank you!
aws/doc
is superb 🙇
Sweet @jvtrigueros. What did you do with it?
Using it for DynamoDB, simply trying out the API 🙂
I've used Amazonica and Faraday before. Faraday is fine, but it comes with it's own API. Amazonica does some reflection stuff that matches the Amazon API but it's not super clear. That's where aws/doc
shines, not to mention, the :op
and :request
is just a map, easy does it.