Step 3: Create a DynamoDB table - Amazon IoT SiteWise
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Step 3: Create a DynamoDB table

In this procedure, you create an Amazon DynamoDB table to receive wind speed data from the rule action.

To create a DynamoDB table
  1. In the DynamoDB console dashboard, choose Create table.

  2. Enter a name for your table.

    
            DynamoDB "Create table" page screenshot.
  3. For Primary key, do the following:

    1. Enter timestamp as the partition key.

    2. Choose the Number type.

    3. Select the Add sort key check box.

    4. Enter asset as the sort key, and leave the default sort key type of String.

  4. Choose Create.

    When the Table is being created notice disappears, your table is ready.

  5. Return to the tab with the Configure action page. Keep the DynamoDB tab open while you complete the following procedures.