(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.
(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.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |