DynamoDB Interactions with NoSQL Workbench

Learn how to use the NoSQL Workbench utility to generate code for interacting with DynamoDB tables.

When working with DynamoDB tables, Amazon provides a GUI utility named NoSQL Workbench for DynamoDB, which helps with both interrogating data within a table and generating code that can read and write data. The installation for this utility is fairly simple and is a matter of finding the correct download link for your operating system from AWS.

Building a PUT operation with NoSQL Workbench

Once installed, we will need to add a remote connection to our DynamoDB instance by specifying an access key ID and a secret access key. For the purposes of this discussion, we will assume that a connection has been set up and the region set correctly, such that when we choose the “Operation builder” option, we can see the three tables that we created earlier, as shown in the following screenshot:

Get hands-on with 1200+ tech skills courses.