Dynamodb

A tool for synching DynamoDB tables between accounts

2020-08-31

I uploaded a tool that can sync DynamoDB tables between accounts. It’s called dysync and you can find the code here. Maybe it will be useful to anybody out there.

Aws · Dynamodb · Golang · Sync

1 minute

A tool for querying DynamoDB

2020-05-13

I uploaded a tool that can query DynamoDB tables. It’s called lsdy and you can find the code here. Maybe it will be useful to anybody out there.

Aws · Dynamodb · Golang · Query

1 minute

Monitoring dynamodb table using dynamodbstream, lambda, SNS and SQS

2018-11-19

I uploaded an example code on how to monitor a Dynamodb table (INSERT, MODIFY, and REMOVE) using dynamodbstreams, lambda, SNS, and SQS. Please have a look here.

Aws · Dynamodb · Dynamodbstreams · Lambda · Sns · Sqs

1 minute