Change projected attributes to existing GSI without delete and recreate in DynamoDB?

0

Is it possible to change projected attributes in an existing GSI in-place without delete and recreate?

AWS
posta un anno fa966 visualizzazioni
2 Risposte
2
Risposta accettata

Unfortunately not, to change projected attributes you must create a new index, this remains true even if you would only like to add an extra attribute to INCLUDE projection.

profile pictureAWS
ESPERTO
con risposta un anno fa
-1

GSIs are read-only. You have to change the item in the base table and have it propagate into the GSI.

AWS
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande