Editing DynamoDB Table Items

Lab Steps

lock
Logging in to the Amazon Web Services Console
lock
Creating a DynamoDB Table with a Partition Key
lock
Creating a DynamoDB Table with Local and Global Secondary Indexes
lock
Inserting Items Into a DynamoDB Table
lock
Editing DynamoDB Table Items
lock
Querying a DynamoDB Table
lock
Deleting a DynamoDB Table
Need help? Contact our support team

Here you can find the instructions for this specific Lab Step.

If you are ready for a real environment experience please start the Lab. Keep in mind that you'll need to start from the first step.

Introduction

The AWS Management Console also allows you to edit previously created items.

 

Instructions

1. On the Explore items page, select the table:

alt

 

2. Select any item in the table and click on its name to get to the Item editor page:

alt

 

3. Click inside any value and make an update to its contents:

alt

Warning: Note that modifying the partition key will result in changing the values of the item keys. This will delete and recreate the item with new keys.

 

4. At the bottom of the page, click Save changes:

alt

 

Summary

In this lab step, you used the DynamoDB console to edit items in a table.