Why does adding a secondary index to a dynamodb table via cdk requires a recreation of the table?

后端 未结 0 1816
失恋的感觉
失恋的感觉 2020-11-30 03:31

adding a secondary index to a (previously via cdk deployed) dynamodb table like

table.addLocalSecondaryIndex({
  indexName: "indexName",
  sortKey:          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题