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