dynamodb-copy-table
dynamodb-copy-table copied to clipboard
Datatype of Number columns changed to String
Source table:
Partition key
scheduleId (Number)
Sort key
timestamp (Number)
Command:
docker run --rm -v $HOME/.aws:/root/.aws -it techgaun/dynamodb-copy-table:latest source dest
Destination table:
Partition key
scheduleId (String)
Sort key
timestamp (String)
Hi, I've created a similar script here https://github.com/Bobtron/dynamodb-copy-table that should fix this issue - it will recreate the source table's settings such as datatypes of partition/sort keys