Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.3K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
SQL
1.4K+ articles
DynamoDB
37+ articles
DynamoDB-Basics
14 posts
Recent Articles
Popular Articles
AWS DynamoDB - Working with Indexes
Last Updated: 28 March 2023
An index is a data structure that enables us to perform fast queries on different columns in a table. After creating an index, the database handles it for us. Whenever dat...
read more
Picked
DynamoDB
DynamoDB-Basics
AWS DynamoDB - Working with Queries
Last Updated: 28 March 2023
Amazon DynamoDB is a NoSQL managed database service provided by Amazon that stores semi-structured data like key-value pairs. A DynamoDB table consists of items. Each item...
read more
Picked
DynamoDB
Cloud-Computing
AWS
DynamoDB
DynamoDB-Basics
AWS DynamoDB - Create a Global Secondary Index
Last Updated: 23 July 2025
Amazon DynamoDB is a NoSQL-managed database that stores data in the form of key-value pairs and document data. A Dynamodb table stores items which are nothing but key-valu...
read more
Picked
DynamoDB
Cloud-Computing
AWS
DynamoDB
DynamoDB-Basics
AWS DynamoDB - Working with Tables
Last Updated: 28 March 2023
In this article, we will work on DynamoDB tables. DynamoDB is a NoSQL database that stores document data or key-value pairs. A Dynamodb table consists of items and each it...
read more
Picked
DynamoDB
Cloud-Computing
AWS
DynamoDB
DynamoDB-Basics
AWS DynamoDB - Query the Global Secondary Index
Last Updated: 28 March 2023
Global Secondary Index is an index with a partition key and a sort key that can be different from keys in the base table. A global secondary index is said to be "global" b...
read more
Picked
DynamoDB
Cloud-Computing
AWS
DynamoDB
DynamoDB-Basics
AWS DynamoDB - Update Data in a Table
Last Updated: 23 July 2025
Amazon DynamoDB is a NoSQL managed database that supports semi-structured data i.e. key-value and document data. A DynamoDB table stores data in the form of an item. While...
read more
Picked
DynamoDB
Cloud-Computing
DynamoDB
DynamoDB-Basics
DynamoDB - Setup the AWS CLI on Windows
Last Updated: 15 July 2025
We can use the AWS Command Line Interface (AWS CLI) to control multiple AWS services from the command line and automate them through scripts. We can use the AWS CLI for ad...
read more
DynamoDB
DynamoDB-Basics
DynamoDB - Setup the AWS CLI on macOS
Last Updated: 15 July 2025
We can use the AWS Command Line Interface (AWS CLI) to control multiple AWS services from the command line and automate them through scripts. We can use the AWS CLI for ad...
read more
DynamoDB
DynamoDB-Basics
DynamoDB - Setup the AWS CLI on Linux
Last Updated: 15 July 2025
We can use the AWS Command Line Interface (AWS CLI) to control multiple AWS services from the command line and automate them through scripts. We can use the AWS CLI for ad...
read more
DynamoDB
DynamoDB-Basics
DynamoDB - SQL and NOSQL
Last Updated: 01 August 2020
If you are an application developer, you might have some experience using a relational database management system (RDBMS) and Structured Query Language (SQL). As you begin...
read more
SQL
DynamoDB-Basics
DynamoDB - Data Types
Last Updated: 01 August 2020
DynamoDB supports many different data types for attributes within a table. They can be categorized as follows:Scalar Types – A scalar type can represent exactly one value....
read more
DynamoDB
DynamoDB-Basics
DynamoDB - Using the Console
Last Updated: 18 August 2021
The AWS management console for Amazon DynamoDB can be accessed from here.The AWS management console can be used for the following:Perform Table operations like create, upd...
read more
DynamoDB
DynamoDB-Basics
AWS DynamoDB - Web Based Setup
Last Updated: 15 July 2025
To use the Web-based services of AWS- DynamoDB the following steps need to be followed:Create an AWS account by navigating to the following link:- https://portal.aws.amazo...
read more
DynamoDB
DynamoDB-Basics
DynamoDB - Local Installation
Last Updated: 22 September 2022
The DynamoDB setup only includes the access of your AWS account through which the DynamoDB GUI console can be accessed. However, a local installation can also be done for ...
read more
DynamoDB
DynamoDB-Basics