Hello. How do you handle automation with dynamodb table replacement? For example, in development, I changed the primary keys of the dynamodb table. This will require replacement but will result to an error since it uses the same table name. There is an option of course to use for example the build number for uniqueness of the table name. Still, I would like to automate restoring data from the last backup of the table to be replaced. I just want to know how you would handle this kind of situation