(->placeholder attr)
Converts key and attribute names and values within an UpdateItem call.
Converts key and attribute names and values within an UpdateItem call.
(format-batch-delete item)
Formats a delete item for DynamoDB.
Formats a delete item for DynamoDB.
(format-batch-operations ops)
Formats the operations (put and delete) for DynamoDB.
Formats the operations (put and delete) for DynamoDB.
(format-batch-put item)
Formats a put item for DynamoDB.
Formats a put item for DynamoDB.
(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.
(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.
(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.
(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
(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.
(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
(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
(update-item entity-type entity-id updates removals)
(update-item table-name entity-type entity-id updates removals)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close