Category DynamoDB
Share experience about DynamoDB
Use Lambda with Node.js to Insert Data Into DynamoDB
6/1/2021·3 min read
This blog show how to create AWS Lambda with Node.js and insert record into DynamoDB, also shows manully deploy Lambda as package to AWS from the your local develop environment.
How to Backup DynamoDB Data to Different AWS Account
2/13/2021·5 min read
This blog shows how to migrate DynamoDB data between different AWS Account. You can migrate DynamoDB by using different approaches. 1. AWS S3 with AWS Glue. 2. Data Pipeline. 3. Amazon EMR, here, we'll use S3 and focus on how to move DynamoDB backup data into different AWS account.
Create DynamoDB Table Locally
12/30/2020·1 min read
This blog will show how to create a DynamoDB table in your local environment.
How to Setting up DynamoDB Locally
12/12/2020·1 min read
This blog I'll show how to set up DynamoDB locally, also show a few simple codes to access local DynamoDB.
Move DynamoDB Table from Local to AWS Cloud
12/31/2020·1 min read
This blog shows how to move DynamoDB local table and data to the DynamoDB Web Service, unlike SQL Database, you can use the backup file to restore to a different environment.
Backup AWS DynamoDB Table to Local
12/31/2020·1 min read
This blog shows how to backup your AWS DynamoDB table (on the cloud) to your local DynamoDB environment.