Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.31 KB

DYNAMO.md

File metadata and controls

53 lines (27 loc) · 1.31 KB

Dynamo Local

To configure dynamo local we'll use the NoSQL Workbench for Amazon DynamoDB. To install this tool click here and to know more see here.

Set up

Inside the folder data_model there is a basic example that we'll import using the NoSQL Workbench. To import the model:

SS01

After import the model you'll be able to see the model:

SS02

Now you need to create a new connection, click on the database icon:

SS03

Click on '+ Add connection':

SS04

Set the connection name and port (e.g. Local, 8000) and click 'Connect':

SS05

Open the new connection:

SS06

After test the connection you need to deploy the data model:

SS07

In the data modeler screen click on 'Visualize data model':

SS08

Now click on 'Commit to DynamoDB':

SS09

Choose the connection that was created (e.g Local):

SS10

Open the connection again:

SS11

The table was created, nice!

SS12