DynamoDB based konserve backend.
DynamoDB based konserve backend.
(batch-get-items client table-name store-keys consistent-read?)Fetch multiple items in a single BatchGetItem call. Returns a map of {store-key -> item-map} for found items. Limited to 100 items per request by DynamoDB.
Fetch multiple items in a single BatchGetItem call.
Returns a map of {store-key -> item-map} for found items.
Limited to 100 items per request by DynamoDB.(create-dynamodb-table client table-name {:keys [read-capacity write-capacity]})(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.
(release store env)Release the store connection.
Release the store connection.
(transact-write-items client transact-items)Execute multiple write operations in a single, atomic transaction. Limited to 100 items per transaction by DynamoDB.
Execute multiple write operations in a single, atomic transaction. Limited to 100 items per transaction by DynamoDB.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |