This post is the continuation from the previous post [AWS -Python] DynamoDB with Boto3, which deals with the basic DynamoDB operations.
Continue reading “[AWS -Python] DynamoDB Batch and Paging with Boto3”Tag Archives: DynamoDB
[AWS Lab] DynamoDB – Basic Operations via CLI
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
[AWS Lab] Lambda Invocation via Polling – DynamoDB Stream
In this lab, we will learn how a lambda function can be invoked via Polling.
- Overview
- Source: DynamoDB Stream
- Create a DynamoDB Table
- Enable the Stream
- Target: Lambda – Function
- logs the received message
- does not return any value
- configures the trigger
- Python
[AWS] DynamoDB
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”