I must change the Key Schema of a DynamoDB table. In in the official documentation it is clearly written that:
You cannot add, modify or delete indexes using UpdateTable. Indexes can only be defined at table creation time.
I was thinking of creating a new table (with the correct indexes) and migrating the data from the existing to the new one. Is there any tool that I can use for that? I have used DynamoDBtoCSV but it only supports export.