Introduction: Access Management
Understand the basics of access management in DynamoDB
This course covers the following topics in detail.
What is DynamoDB?
Here we will cover the basic grounds. We will discuss the basics of NoSQL databases and the features of DynamoDB.
Creating tables
In this section, we will discuss the flow for table creation. We will also discuss the things you need to keep in mind while creating tables.
Creating items
We will discuss how to populate tables after creating them.
Reading data
After creation and population, we will learn how to read data from tables. With this, the basics section of this course ends. In the following sections, we discuss the intermediate and advanced topics.
Secondary index
Primary Key and Range Key are good but we ...