Setup DynamoDB and perform CRUD
Setup DynamoDB and perform CRUD operations
Steps:-
1. Search for DynamoDB on AWS console
2. Give appropriate name and primary key for your table.
3. Then create table
4. Create a new item
7. Give appropriate values to the fields in table.
8. Succefully inserted.
Comments
Post a Comment