Update and query on data using DynamoDB

0 votes
How can we update data in dynamoDB? Can we update a data item and then query on it using DynamoDB?
Feb 14, 2019 in AWS by Bathra
1,354 views

1 answer to this question.

0 votes
Once the database is created using DynamoDB console or the CreateTable API, with the help of PutItem or the BatchWriteItem API provided by AWS you can insert items in your table.

You can also use GetItem and BatchGetItem to retrieve the items from you table. If the composite primary key is enabled for your table then you can use the Query API to retrieve the data from your table. These are the different sets of query that you can run using DynamoDB API.
answered Feb 14, 2019 by Esha Gupta

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer

How to update or insert data using Athena?

Athena is a query language and as ...READ MORE

answered Jan 17, 2019 in AWS by Edureka
• 4,220 points
11,553 views
0 votes
2 answers
0 votes
1 answer

How to load data into a table in DynamoDB using Java?

You can create a .json file with the ...READ MORE

answered Feb 26, 2019 in AWS by Priyaj
• 58,090 points
6,514 views
0 votes
1 answer
+1 vote
2 answers
0 votes
1 answer

What kind of query is supported by DynamoDB?

DynamoDB provides a huge range of query ...READ MORE

answered Feb 14, 2019 in AWS by Esha Gupta
424 views
0 votes
1 answer

What is DynamoDB?

DynamoDB is a database service provided by ...READ MORE

answered Feb 14, 2019 in AWS by Esha Gupta
479 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP