Create a new Amazon DynamoDB Table that will hold the state of the virtual switch.
- Navigate to the Amazon DynamoDB Tables Console at https://console.aws.amazon.com/dynamodb/home?region=us-east-1#tables.
- Click the Create table button.
- For the Table name, enter
SampleSmartHome
. - For the Primary key, enter
ItemId
. - Click the Create button to create the table.
It may take a moment for the table to be created.
Return to the Instructions