Carryout Read and Write Operation in AWS Dynamo DB:
Procedure:
1. Select DynamoDB under AWS Services.
2. Click 'Create Table' and give table name. Then finally create the table. It will take some time for the table to be available for use.
3. Select the table and click the 'Explore Table Items' option.
4. Click 'Create Item' and add attributes and values in the table. Also we can use both form and json format to add.
5. Let's add some more rows in our table with different attributes.
6. The Scan Function is to read the data from the Table. We can add filters to get specific row from the table.
Comments
Post a Comment