(create-table
dynamo-db-client
{:keys [table-name key-schema attribute-definitions billing-mode]
:or {key-schema {:key-type (KeyType/HASH) :key-attribute "leaseKey"}
attribute-definitions {:name "leaseKey" :type (ScalarAttributeType/S)}
billing-mode (BillingMode/PAY_PER_REQUEST)}})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 |