...

/

Overview of Various Options

Overview of Various Options

Understand your options for creating items in tables from the AWS Console.

Items can be created in the following ways:

  1. By using the PutItem API
  2. Creating items from AWS console
  3. By using the BatchWriteItem API

PutItem

This API is the most common way for inserting items into our database. We can use it to create a new item in a given table. We need to, ...