EX-8 Create and Carrout Read and Write Operation in AWS Dyanmo DB

 Create and Carrout Read and Write Operation in AWS Dyanmo DB


STEP 1 : Login your AWS console and choose Amazon Dyanmo DB , Click create table




STEP 2 : Fill required details like table name , partition key and sort key 





   

Leave table settings as default and click create table





Our Dyanmo DB Table was created successfully and status as "active" 






STEP 3 : Choose your table , navigate to action and choose create item , add your values for partition key and sort key 






Repeat the STEP 3 for creating 3 attributes . The items has been successfully created 







STEP 4 : After creating 3 attributes again click "create item" , choose add attributes as "BINARY"

and again add new attribute as "LIST" and click create item





STEP 5 : We have done write operation. To read that, click the scan/query items. Click scan, In filters, select the attribute that you have created and enter the value. And select the run button. And you will get completed. 




To view the result in json view choose the item in items returned and click edit item and choose json view 




Comments