Fork me on GitHub
#aws
<
2019-07-11
>
jvtrigueros15:07:42

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 🙇

ghadi15:07:03

Sweet @jvtrigueros. What did you do with it?

jvtrigueros15:07:16

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.