Liking cljdoc? Tell your friends :D

kinetic.aws


create-tableclj

(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)}})
source

describe-tableclj

(describe-table dynamo-db-client {:keys [table-name]})
source

make-cloud-watch-clientclj

(make-cloud-watch-client {:keys [region creds]})
source

make-credsclj

(make-creds {:keys [access-key-id secret-access-key]})
source

make-creds-providerclj

(make-creds-provider creds)
source

make-dynamo-db-clientclj

(make-dynamo-db-client {:keys [region creds]})
source

make-kinesis-clientclj

(make-kinesis-client {:keys [region creds]})
source

make-regionclj

(make-region)
(make-region region)
source

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

× close