How to write 5000 records into DynamoDB Table

0 votes

I have a use case where I have to write 5000 records into the dynamo DB table in one shot. I am using the batch save API of DynamoDBMapper Library. it can write up to 25 records in one go. can I pass the list of 5000 records to it and it will internally convert them into a batch of 25 records and write to the dynamodb table or I will have to handle this thing in my code using conditional some logic and will pass only 25 records to batch save?

Apr 25, 2022 in AWS by Soham
• 9,700 points
265 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In AWS

0 votes
1 answer

How to write 5000 records into DynamoDB Table?

According to documentation use the batchSave() command  Indeed, ...READ MORE

answered Feb 17, 2022 in AWS by anonymous
1,342 views
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,517 views
0 votes
1 answer
0 votes
2 answers
0 votes
1 answer

How to create a DynamoDB table in AWS?

Creating a DynamoDB table is made very ...READ MORE

answered Feb 22, 2019 in AWS by Priyaj
• 58,090 points
962 views
0 votes
1 answer

Amazon DynamoDB: warning

Yes, you should address this problem. You can ...READ MORE

answered Aug 30, 2018 in AWS by Priyaj
• 58,090 points
426 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Chalice: Unable to connect with DynamoDB through pynamodb

You have to add "autogen_policy":false, to config.json and ...READ MORE

answered Sep 10, 2018 in AWS by Priyaj
• 58,090 points
1,799 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