(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 is a website building & hosting documentation for Clojure/Script libraries
× close