Follow these steps to create a new DynamoDB table:
Navigate to the DynamoDB console and select Create table from the navigation pane.
Configure the table basics:
Books
id
(this will be your primary key)
Under Table settings, select Customize settings and configure:
DynamoDB Standard
On-demand
(this provides pay-per-request pricing)
Review your configuration settings. Keep all other options at their default values and select Create table to provision your DynamoDB table.