Reputation: 2579
Is it possible to add a new Local Secondary Index to an existing DynamoDB table?
Upvotes: 26
Views: 13980
Reputation: 10056
no, you cant do it, only adding global secondary index is possible to an existing table.
from documentation:
Local secondary indexes on a table are created when the table is created.
Upvotes: 37