portkey-cloud / aws-clj-sdk

Clojure bindings for AWS
103 stars 12 forks source link

`rest-xml` protocol #2

Open cgrand opened 6 years ago

cgrand commented 6 years ago

   "Amazon Simple Storage Service"},```
lvh commented 6 years ago

I'm pretty interested in this project, but have no idea what this ticket (or #3, #4, #5) mean.

viesti commented 6 years ago

AWS APIs have payload as JSON or XML and possibly parameters in query string, described by shapes in the API specs (copy of them here https://github.com/portkey-cloud/aws-clj-sdk/tree/master/resources/aws-sdk-core/apis). The tickets are for covering support of each form of communication.