Skip to content

Adapcon/dynamodb_helper

Repository files navigation

dynamodb_helper

A collection of scripts to help manage DynamoDB records.

The design is very human

installation

just run

npm i 

You'll also need to configure your AWS CLI credentials. When these things are done, you're good to go

Scripts

deleteScan

usage

npm run deleteScan

image

In order to pass parameters to npm, add the double dash (--) Ex:

npm run deleteScan -- -t Store.Product -a stage-amc --pk appId --sk productId -v

About

Just a small script to query and export data from dynamoDb. It uses the hashkey as only parameter to export data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published