DynamoDB - 将现有表添加到全局表副本

Jim*_*mes 5 amazon-web-services python-3.x amazon-dynamodb boto3

有没有办法将另一个区域中的现有表(相同名称、相同索引、相同键 - 实际上是从完全相同的 cloudformation 模板构建)添加到全局表的副本列表?

\n

我确实尝试将表添加到副本列表中,但失败并出现以下异常,

\n

botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the UpdateTable operation: Failed to create a the new replica of table with name: \xe2\x80\x98dev_xxxx_dax_configs\xe2\x80\x99 because one or more replicas already existed as tables.

\n

注意:源表和目标表的结构完全相同,只是所属区域不同。\n尝试使用 2019 版全局表。

\n