Liking cljdoc? Tell your friends :D

biiwide.kvdb.aws.dynamodb


create-wrapped-table-requestclj

(create-wrapped-table-request table-name)

Constructs a request data for creating a DynamoDB table suitable for use with a wrapped-table KVDB instance.

Constructs a request data for creating a DynamoDB table
suitable for use with a wrapped-table KVDB instance.
raw docstring

generic-tableclj

(generic-table {:keys [credentials table-name key-field revision-field
                       item-to-entry entry-to-item page-size]})

wrapped-tableclj

(wrapped-table table-name)
(wrapped-table aws-creds table-name & [{:keys [page-size] :or {page-size 500}}])

Build a KVDB instance supporting a DynamoDB table with :key, :value, & :revision fields. The HASH key field of the table is expected to be :key.

Build a KVDB instance supporting a DynamoDB table with :key,
:value, & :revision fields.
The HASH key field of the table is expected to be :key.
raw docstring

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

× close