NoSQL DynamoDB
Create NoSQL Database with the help of DynamoDB
Create a NoSQL Database with the following Configurations
Partition Key =
Number
Table Settings =
Default Settings
Create a Tag as
key=school
&value=intdev
Create a NoSQL Database with the help of DynamoDB
Go to your AWS Console search for DynamoDB & Open it.
After that Open Tables & Click on Create Table
Enter Your Table Name
While Entering the Partition Key check for the data type you are using, we are using Number here.
After that check for the Table Setting, it should be Default Settings.
We are creating Tag as Key(School) and Value(intdev)
Finally, Verify the Configurations & Click on Create Table
NoSQL Database Table Successfully Created by DynamoDB Service
ย