我有这个:
"KeySchema" : [
{
"AttributeName" : "id",
"KeyType" : "HASH"
},
{
"AttributeName" : "chunk_id",
"KeyType" : "RANGE"
}
],
"ProvisionedThroughput" : {
"ReadCapacityUnits" : "20",
"WriteCapacityUnits" : "10"
},
"TableName" : "uat_appcast"
我想将“TableName”的值(即“uat_appcast”)更改为另一个值(例如“qa_appcast_01”)
我在这个文件中获得了多个“TableName”实例,每个实例都有不同的值。