Liking cljdoc? Tell your friends :D

konserve-dynamodb.core

DynamoDB based konserve backend.

DynamoDB based konserve backend.
raw docstring

connect-storeclj

(connect-store dynamodb-spec & {:keys [opts] :as params})
source

create-dynamodb-tableclj

(create-dynamodb-table client table-name {:keys [read-capacity write-capacity]})
source

delete-dynamodb-tableclj

(delete-dynamodb-table client table-name)
source

delete-itemclj

(delete-item client table-name key)
source

delete-storeclj

(delete-store dynamodb-spec & {:keys [opts]})
source

dynamodb-clientclj

(dynamodb-client opts)

Creates a new DynamoDB client using the provided options, with explicit credential handling.

Creates a new DynamoDB client using the provided options, with explicit credential handling.
sourceraw docstring

get-itemclj

(get-item client table-name key consistent-read?)
source

put-itemclj

(put-item client table-name item)
source

releaseclj

(release store env)

Release the store connection.

Release the store connection.
sourceraw docstring

scan-tableclj

(scan-table client table-name)
source

table-exists?clj

(table-exists? client table-name)
source

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

× close