Liking cljdoc? Tell your friends :D

pl.rynkowski.awscredentials.faraday-extras


clientclj

(client)
(client {:keys [access-key secret-key session-token region]
         :or {region (or (System/getenv "AWS_REGION")
                         (System/getenv "AWS_DEFAULT_REGION"))}})
source

client-from-creds-providerclj

(client-from-creds-provider {:keys [creds-provider region]
                             :or {region (System/getenv "AWS_REGION")}})
source

client-from-roleclj

(client-from-role {:keys [role-arn region]
                   :or {region (System/getenv "AWS_REGION")}})
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close