Skip to content

AWS DynamoDB ​

Manage tables and perform CRUD operations on Amazon DynamoDB.

DetailValue
CategoryDatabase
Base URLhttps://dynamodb.us-east-1.amazonaws.com
AuthenticationAPI Key
Endpoints9
Connector keyaws-dynamodb

Using AWS DynamoDB in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick AWS DynamoDB from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /List DynamoDB tables
POST /#CreateTableCreate a table
POST /#DescribeTableDescribe a table
POST /#PutItemPut an item
POST /#GetItemGet an item
POST /#QueryQuery items
POST /#ScanScan items
POST /#UpdateItemUpdate an item
POST /#DeleteItemDelete an item

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.