enGMzizo / copy-dynamodb-table

Copy Dynamodb table to another in the same or different zone , It is 100% safe. Speed depends on your destination table user-defined write provisioned throughput
130 stars 38 forks source link

A valid table name is considered invalid due to the table name validation #18

Closed siutsin closed 5 years ago

siutsin commented 5 years ago

Test 1:

sourceTable: xxx1xxx-yy-zzzzz

source.tableName must follow AWS naming rules (3-255 length, and only the following characters: a-z, A-Z, 0-9, _-.)
{ count: 0, status: 'FAIL' }

Test 2:

sourceTable: xxx1abc-yy-123
source.tableName must follow AWS naming rules (3-255 length, and only the following characters: a-z, A-Z, 0-9, _-.)
{ count: 0, status: 'FAIL' }