Any idea on how can I delete a table without deleting the replica tables?
The exception I'm receiving is as shown below, If I delete the replica tables, the delete operation succeeds.
Replica cannot be deleted because it has acted as a source region for new replica(s) being added to the table in the last 24 hours. (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ValidationException; Request ID: XXXXX; Proxy: null)`
Note: Using 2019 version of global tables, so any UpdateGlobalTable
and its friends are unusable here!