Is it possible to update my already in Cloud created DynamoDB Model from the Workbench?
For instance i'd like in the future to add more fields and more Global indexes, how can I commit this changes from my NoSQL Workbench? The only option I see to commit the changes is to create a new table, if I try to commit using the same Model with the same table I get this error:
Could not commit to DynamoDB as table creation failed: ResourceInUseException: Table already exists: table_name
So can I submit my changes from the NoSQL Workbench and if not what's the work around?
The only documentation I see only references committing a new table, so what's the way to do this?
Thanks