A Clojure client for Amazon's DynamoDB database.
Add the following dependency to your Clojure project:
[rotary "0.4.1"]
(def aws-credential {:access-key "myAccessKey", :secret-key "mySecretKey"})
(query aws-credential "MyTable" "somePrimaryKey")
(query aws-credential "AnotherTable" 22 `(> 13392) {:limit 100 :count true})
Copyright © 2013 James Reeves
Distributed under the Eclipse Public License, the same as Clojure.