Create and Carryout Read and Write Operation in AWS Dynamo DB
Hello everyone, Today I am going to share my experience regarding Carrying out Read and Write Operation in AWS Dynamo DB . The pre-requisites required for the following are
- An AWS account
Navigate to AWS dynamo DB service and create a table as follows
After creation open the table and start adding all the attributes you need I have added three attributes as follows
I have also tried editing the items by adding a new attribute to one of the item as follows
Coming to scan option I tried adding a filter product-id to filter out items as follows
And the results were as follows
Comments
Post a Comment