Overview of Various Options
Understand your options for creating items in tables from the AWS Console.
We'll cover the following...
Items can be created in the following ways:
- By using the PutItem API
- Creating items from AWS console
- 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, ...