Amazon Keyspaces · Arazzo Workflow
Amazon Keyspaces Keyspace Inventory
Version 1.0.0
Confirm a keyspace, add a table, then list its tables to verify the table appears.
Provider
Workflows
keyspace-inventory
Confirm a keyspace, add a table, and verify it appears in the table listing.
Confirms the keyspace, lists existing tables, creates a new table, waits for it to become ACTIVE, and re-lists the tables to confirm the new table is present.
1
confirmKeyspace
GetKeyspace
Confirm the keyspace exists before inventorying it.
2
listBefore
ListTables
List the tables currently in the keyspace before adding the new one.
3
createTable
CreateTable
Create the new table in the keyspace.
4
waitForActive
GetTable
Poll the new table until the service reports its status as ACTIVE. While the status is CREATING the step loops back on itself.
5
listAfter
ListTables
List the keyspace tables again to verify the new table is now present.