Liking cljdoc? Tell your friends :D

clj-aws-signer.core


credentials-providerclj

Creates a new AWS Credentials provider chain. The default chain resolves the credentials in the following order:

  • Environment variables
  • Java system properties
  • Credential profiles
  • Instance profile credentials
Creates a new AWS Credentials provider chain.
The default chain resolves the credentials in the following order:

- Environment variables
- Java system properties
- Credential profiles
- Instance profile credentials
sourceraw docstring

wrap-sign-aws-requestclj

(wrap-sign-aws-request handler service-name)
(wrap-sign-aws-request handler service-name aws-region)

Middleware that signs a ring http request with AWS credentials.

Takes three arguments:

handler A ring request handler. service-name is the AWS service name that will be used for the signing process. e.g. es for elastic search. aws-region the aws region the service is running in. This is an optional argument.

Middleware that signs a ring http request with AWS credentials.

Takes three arguments:

`handler` A ring request handler.
`service-name` is the AWS service name that will be used for the signing process.
               e.g. `es` for elastic search.
`aws-region` the aws region the service is running in. This is an optional argument.
sourceraw docstring

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

× close