#### Issue: I want to update or edit a table to add a new index, instead of re-creating a new table with no data. - Is there a possibility to edit the created table? - Or maybe duplicate the current table with data but add new indices before creating? - Or this is an anti-pattern with the principle of DynamoDB?