Amazon Keyspaces · Arazzo Workflow
Amazon Keyspaces Provision Table
Version 1.0.0
Create a keyspace, add a table to it, and wait until the table is ACTIVE.
Provider
Workflows
provision-table
Create a keyspace and table, then wait for the table to become ACTIVE.
Creates a keyspace, creates a table in it, polls GetTable until the table status is ACTIVE, and returns the table ARN and creation timestamp.
1
2
createTable
Add the table to the newly created keyspace using the supplied schema definition.
3
waitForActive
Poll the table until the service reports its status as ACTIVE. While the status is still CREATING the step loops back on itself; once ACTIVE the flow proceeds to read the final table state.
4
describeTable
Read the final table state once it is ACTIVE to capture the ARN and creation timestamp.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.