Search code examples
javascriptreactjsamazon-web-servicesamazon-dynamodbaws-amplify

Amplify storage nosql - How to edit a table?


I have a react web web, and I just config amplify and added the storage nosql option.

I created a table and the columns, but now I want to add another column, how can I edit that Table? I couldn't find any reference here on the docs

Command used to config amplify storage:

amplify add storage


Solution

  • I found it out:

    amplify storage remove <storageName>
    

    Also, if you run amplify anything it'll display all commands and a little description for each one.