2 Answers
- Newest
- Most votes
- Most comments
3
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.
-1
GSIs are read-only. You have to change the item in the base table and have it propagate into the GSI.
answered 3 years ago
Relevant content
- asked 3 years ago

Thank you!