portkey-cloud / aws-clj-sdk

Clojure bindings for AWS
103 stars 12 forks source link

WIP : Signing v2 for Query protocol on SimpleDB service #16

Open dupuchba opened 6 years ago

dupuchba commented 6 years ago

As discussed with @cgrand , here is my WIP on signing request for the query protocol with the version 2 of AWS.

Status : Not working Request is not signed like AWS does

dupuchba commented 6 years ago

https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/HMACAuth.html#REST_RESTAuth

cgrand commented 6 years ago

There's an awssig namespace, this code should be moved there.