AWS DynamoDB ​
Manage tables and perform CRUD operations on Amazon DynamoDB.
| Detail | Value |
|---|---|
| Category | Database |
| Base URL | https://dynamodb.us-east-1.amazonaws.com |
| Authentication | API Key |
| Endpoints | 9 |
| Connector key | aws-dynamodb |
Using AWS DynamoDB in a workflow ​
- Go to Connections and click New Connection.
- Pick AWS DynamoDB from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST / | List DynamoDB tables |
| POST /#CreateTable | Create a table |
| POST /#DescribeTable | Describe a table |
| POST /#PutItem | Put an item |
| POST /#GetItem | Get an item |
| POST /#Query | Query items |
| POST /#Scan | Scan items |
| POST /#UpdateItem | Update an item |
| POST /#DeleteItem | Delete an item |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.