In this lab, we will learn how to work with DynamoDB tables using AWS CLI.
- Overview
- DynamoDB
- Create a table
- List tables
- Get the table information
- Insert, Update, and delete items
- Scan and Query items
- DynamoDB
Ideas through Technologies
In this lab, we will learn how to work with DynamoDB tables using AWS CLI.
In this lab, we will learn how a lambda function can be invoked via Polling.
DynamoDB is a highly resilient (low-latency) NoSQL database service that replicates data across multiple AZs. DynamoDB can replace existing No SQL databases such as MongoDB, Cassandra DB, or Oracle NoSQL.
Continue reading “[AWS] DynamoDB”