Liking cljdoc? Tell your friends :D

cljaws.dynamodb


*table-name*clj

source

->placeholderclj

(->placeholder attr)

Converts key and attribute names and values within an UpdateItem call.

Converts key and attribute names and values within an UpdateItem call.
sourceraw docstring

->placeholder-nameclj

(->placeholder-name attr)
source

->placeholder-valueclj

(->placeholder-value attr)
source

format-batch-deleteclj

(format-batch-delete item)

Formats a delete item for DynamoDB.

Formats a delete item for DynamoDB.
sourceraw docstring

format-batch-operationsclj

(format-batch-operations ops)

Formats the operations (put and delete) for DynamoDB.

Formats the operations (put and delete) for DynamoDB.
sourceraw docstring

format-batch-putclj

(format-batch-put item)

Formats a put item for DynamoDB.

Formats a put item for DynamoDB.
sourceraw docstring

format-batch-writeclj

(format-batch-write requests)

Formats data for a batch write operation in DynamoDB, supporting both put and delete operations, grouped by table.

Formats data for a batch write operation in DynamoDB, supporting both put and delete operations, grouped by table.
sourceraw docstring

format-put-itemclj

(format-put-item table-name pk attributes)
(format-put-item table-name pk sk attributes)

Formats data for putting an item into the DynamoDB table. Supports optional sort key.

Formats data for putting an item into the DynamoDB table. Supports optional sort key.
sourceraw docstring

format-update-itemclj

(format-update-item table-name pk updates)
(format-update-item table-name pk sk updates removals)

Formats data for updating an item in the DynamoDB table, allowing attribute additions, updates, and deletions.

Formats data for updating an item in the DynamoDB table, allowing attribute additions, updates, and deletions.
sourceraw docstring

map->typedclj

(map->typed value)

Takes a value and assigns the appropriate data type for dynamodb

Takes a value and assigns the appropriate data type for dynamodb
sourceraw docstring

put-itemclj

(put-item entity-type entity-id resources)
(put-item table-name entity-type entity-id resources)

Adds an item to the dynamodb table.

Adds an item to the dynamodb table.
sourceraw docstring

scan-tableclj

(scan-table table-name)
(scan-table table-name environment)
(scan-table table-name environment region)

Returns a list of all items in a DynamoDB table

Returns a list of all items in a DynamoDB table
sourceraw docstring

typed->mapclj

(typed->map typed-value)

Takes a DynamoDB typed value and converts it to the appropriate Clojure type

Takes a DynamoDB typed value and converts it to the appropriate Clojure type
sourceraw docstring

update-itemclj

(update-item entity-type entity-id updates removals)
(update-item table-name entity-type entity-id updates removals)
source

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

× close