hot.dev/aws-dynamodb — AWS DynamoDB API bindings for NoSQL database operations.
Add to your project
"hot.dev/aws-dynamodb": "1.0.2"
Add this to your deps in hot.hot
Namespaces
::aws::dynamodb
| Namespace | Functions | Types | Description |
|---|---|---|---|
::batch | 5 | 2 | Get multiple items from one or more tables in a single request. |
::items | 4 | 4 | Put an item into a DynamoDB table. |
::query | 3 | 2 | Query items from a DynamoDB table using a key condition expression. |
::tables | 2 | 3 | List all DynamoDB tables in the account/region. |