Eu tenho isso:
"KeySchema" : [
{
"AttributeName" : "id",
"KeyType" : "HASH"
},
{
"AttributeName" : "chunk_id",
"KeyType" : "RANGE"
}
],
"ProvisionedThroughput" : {
"ReadCapacityUnits" : "20",
"WriteCapacityUnits" : "10"
},
"TableName" : "uat_appcast"
Eu quero alterar o valor de "TableName", que é "uat_appcast", com outro valor, "qa_appcast_01"
Eu tenho várias instâncias de "TableName" neste arquivo e cada uma terá um valor diferente.
Tags notepad++