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
preguntada hace un año963 visualizaciones
2 Respuestas
2
Respuesta aceptada

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
EXPERTO
respondido hace un año
-1

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

AWS
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas