DynamoDB working with tables

Abimuktheeswaran Chidambaram
2 min readDec 11, 2023

--

In this session, we will work with the dynamoDB table.

  1. First, create the table name as “department”. click the table in the left corner (or) click the create table in the right corner.

2. In this table, the attributes are part, department status, ID, and location. Items like IT department, finance department, management department. You can add the attribute by creating the item. You can add, edit, and delete the items by selecting the item and Actions.

3. You can create a replica of your table in selected AWS regions.

4. To backup the table in AWS backup, use the backup plans in AWS backup.

5. To avoid data loss, enable the point-in-time recovery but it causes additional charges.

5. You cannot delete the table, once you enable the Turn on delete protection. If you want to delete the table, turn off the delete protection then delete.

Thanks for reading!

Last updated: 07-Jan-2024

--

--