DEV Community

Discussion on: How to import a big delimited datatable into AWS DynamoDB without opening your piggy bank?

Collapse
 
donhill profile image
Don Hill

Do you have a working example of this ? I am currently trying the same thing.

Collapse
 
rehanvdm profile image
Rehan van der Merwe • Edited

I will DM you, just follow me so that we are connected. I don't have an example ready, but I quickly found this stackoverflow.com/a/33755463 with a quick search. Just change the async.series to async.parallelLimit, and make it say 25 as well so then it will do 25*25 = 625 concurrent writes.

Collapse
 
rehanvdm profile image
Rehan van der Merwe

I wrote a post on how to do this for you/others -> rehanvdm.com/serverless/dynamodb-i...