【发布时间】:2018-05-29 10:03:48
【问题描述】:
我有一个在 CloudFormation 模板中指定了 GlobalSecondaryIndexes 的表。
我想通过从 CloudFormation 模板中删除这些索引来从 DynamoDb 中删除这些索引,但在部署过程中出现错误:“Property AttributeDefinitions is compatible with the KeySchema of the table and the secondary index”。
【问题讨论】:
-
DynamoDB 是否包含内容?
-
@jarnohenneman 是的,确实如此。
-
那我猜这就是你不能通过CF改变它的原因。
标签: amazon-web-services amazon-dynamodb amazon-cloudformation