amazon web services - Want to take Backup and Restore of DynamoDB tables on weekly basis robustly -


i looking take backup , restore of dynamodb tables on weekly basis. have options such aws datapipeline (for full refresh), lambda function (for delta imports) , python's dynamodump module , python's dynamodb_utils (for full refresh) module.

here question is, module suitable , 1 give better performance. please suggest 1 module above list or other available options.

client not intresting in using aws solutions, asking python solution provides better performance, since data huge (in 10 of millions)

thanks, uday


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -