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
createTable
Create the table with the supplied key schema, attribute definitions, and throughput settings.
2
waitForActive
describeTable
Describe the table and check whether it has become ACTIVE. While the table is still CREATING, loop back and describe it again.