Create a table in DynamoDB
Hello Everyone
Welcome to CloudAffaire and this is Debjeet
In the last blog post, we have discussed Streams in DynamoDB
https://cloudaffaire.com/streams-in-dynamodb/
In this blog post, we are going to explore the DynamoDB AWS console. We will first create a table and then insert one record in the table from the AWS console.
Create a table in DynamoDB:
Step 1: Login to AWS console and navigate to DynamoDB.
Step 2: Click ‘Create Table’.
Step 3: Provide the table name and primary key details and click ‘Create Table’.
You will be automatically redirected to AWS DynamoDB console.
Step 4: Click ‘Create Item’ located under ‘Items’.
Step 5: Provide the name and id and click Save.
Record successfully created
Step 6: Select the table and click ‘Delete’.
Hope you have enjoyed this article. In the next blog post, we will discuss backup and restore in DynamoDB.
To get more details on DynamoDB, please refer below AWS documentation
https://docs.aws.amazon.com/dynamodb/index.html