Search code examples
amazon-web-servicesamazon-dynamodbnosqldata-modeling

Import data model into local dynamodb with NoSql Workbench


How to import the data model created with nosql workbench then switch to local db in nosql workbench and import into it? In my situation, I created a table and attributes then added some data in the workbench then I turned on localdb and wanted to import what I had done into localdb.


Solution

  • Commit to DynamoDB

    First, click on the Visualizer tab for the table you wish to commit. Then click on Commit to Amazon DynamoDB:

    enter image description here

    Once there, if you have not already created a connection to DynamoDB Local, choose to create one. If you have already done so, select that connection:

    enter image description here

    Now simply click Commit and you're done. Be sure that DynamoDB Local is running at the time of clicking Commit.