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
createKeyspace
CreateKeyspace
Create the keyspace that will hold the new table.
2
createTable
CreateTable
Add the table to the newly created keyspace using the supplied schema definition.
3
waitForActive
GetTable
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
GetTable
Read the final table state once it is ACTIVE to capture the ARN and creation timestamp.