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
Post a Comment