AWS DynamoDB is a non-relational NoSQL database.
It operates as a serverless database.
DynamoDB provides high-performance capabilities.
One structural type of a non-relational database is key-value pairs.
The data key represents an item, while the data value represents the attributes of that item.
Each item can have different attributes.
You can remove any attribute from any item at any time.
Here’s an example of data in a non-relational database:
ID |
Data |
1 |
Name: Katherine Smith Profession: Photographer Race: White |
2 |
Name: Joe Doe Age: 35 Height: 190cm |