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:
Booksid (this will be your primary key)

Under Table settings, select Customize settings and configure:
DynamoDB StandardOn-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.
