(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.
(generic-table {:keys [credentials table-name key-field revision-field
item-to-entry entry-to-item page-size]})
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close