Curriculum
Course: AWS Cloud
Login

Curriculum

AWS Cloud

AWS Cloud Tutorial

0/103
Text lesson

AWS DynamoDB

Non-relational Cloud Database – AWS DynamoDB

AWS DynamoDB is a non-relational NoSQL database.

It operates as a serverless database.

DynamoDB provides high-performance capabilities.

What is a Non-Relational Database?

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