Liking cljdoc? Tell your friends :D
ClojureScript only.

serverless.aws.sdk


AWScljs

The AWS SDK object.

The AWS SDK object.
sourceraw docstring

callcljs

(call service method params)

Calls to an AWS service, returning a core.async promise-chan.

Uses camel-snake-kebab to allow you to idiomatically call the service.

Converts SDK response back to kebab-case.

Calls to an AWS service, returning a core.async promise-chan.

Uses camel-snake-kebab to allow you to idiomatically call the service.

Converts SDK response back to kebab-case.
sourceraw docstring

servicecljs

(service keys)
(service keys options)

Constructs an AWS service interface object.

Examples of possible usages:

(aws/service [:api-gateway-management-api])

(aws/service [:dynamo-d-b :document-client] {:params {:table-name "table-name"}})

Uses camel-snake-kebab to allow for the services to be created idiomatically.

Note: Only keywords are transformed, if you don't want to have the keyword transformed to PascalCase, you can provide it as a string.

Constructs an AWS service interface object.

Examples of possible usages:

(aws/service [:api-gateway-management-api])

(aws/service [:dynamo-d-b :document-client]
             {:params {:table-name "table-name"}})

Uses camel-snake-kebab to allow for the services to be created idiomatically.

Note: Only keywords are transformed, if you don't want to have the keyword
      transformed to PascalCase, you can provide it as a string.
sourceraw docstring

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