Amazon DynamoDB · Arazzo Workflow
Amazon DynamoDB Provision a Table
Version 1.0.0
Create a DynamoDB table and poll until it becomes ACTIVE.
Provider
Workflows
provision-table
Create a table and wait for it to become ACTIVE.
Submits a CreateTable request and then polls DescribeTable until the reported TableStatus is ACTIVE, branching back to the describe step while the table is still being created.
1
createTable
Create the table with the supplied key schema, attribute definitions, and throughput settings.
2
waitForActive
Describe the table and check whether it has become ACTIVE. While the table is still CREATING, loop back and describe it again.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.