Editing DynamoDB Table Items
Lab Steps
Need help? Contact our support team
Introduction
The AWS Management Console also allows you to edit previously created items.
Instructions
1. On the Explore items page, select the table:
2. Select any item in the table and click on its name to get to the Item editor page:
3. Click inside any value and make an update to its contents:
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:
Summary
In this lab step, you used the DynamoDB console to edit items in a table.