naschorr / dynamodb-table-copier

Copies a table's data from one DynamoDB instance to another
0 stars 0 forks source link

Investigate overriding the `ProvisionedThroughput` key for the destination table #4

Open naschorr opened 2 years ago

naschorr commented 2 years ago

Setting the throughput for a local DynamoDB instance might not make sense if you just want a local copy of the table, and thus don't care about limiting your access. Presumably the local instance respects the throughput constraints, so it might be worthwhile to allow for an explicit override, or potentially some flavor of auto scaling throughput? More research is needed.