Liking cljdoc? Tell your friends :D

taoensso.faraday

Clojure DynamoDB client. Originally adapted from Rotary by James Reeves. Ref. https://github.com/weavejester/rotary (Rotary), http://goo.gl/22QGA (DynamoDBv2 API)

Definitions:

  • Attribute - [<name> <val>] pair
  • Item - Collection of attributes
  • Table - Collection of items
  • Primary key - Partition (hash) key or Partition (hash) AND sort (range) key
Clojure DynamoDB client. Originally adapted from Rotary by James Reeves.
Ref. https://github.com/weavejester/rotary (Rotary),
     http://goo.gl/22QGA (DynamoDBv2 API)

Definitions:
  * Attribute   - [<name> <val>] pair
  * Item        - Collection of attributes
  * Table       - Collection of items
  * Primary key - Partition (hash) key or
                  Partition (hash) AND sort (range) key
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close