# How to create a DynamoDb table in AWS using console.

  1. Login to you AWS account.

  2. Search for DynamoDB service.

  3. Open the DynamoDB service and click Create Table

  4. Provide the Table name as products and Primary key as product_name. Leave all other settings as default.

    createtable
  5. Click Create.

  6. Click on products table and select the items tab.

  7. Click Create Item and add the following columns.

  product_name
  qty
  product_id
  batch_date
  supplier

createcolumns