Create and carry out read and write operation in AWS Dynamo DB




 Step 1: Select DynamoDB from the services




step 2: click create table


step 3: Under create table,enter table name,partition key and sort key



The studentdetails table was created successfully


step 4:Under Explore items, you can see create item.


step 5:Enter the details of each attributes and click create item


Here, I have created 2 more items


In create item, you can add Binary and list items
I have binary and list and click create item


step 6 :This is the JSON view of the item which we have created


Here, the items has been saved successfully



step 7: Now we can read the items which we have created by entering the details shown below.


step 8: After this click run. We have got the item which we have searched



Comments

Popular posts from this blog

PHYSICAL TO VIRTUAL MIGRATION

WORKSHEET-1