1.0.0 • Published 7 years ago

dynamodb-csv-export v1.0.0

Weekly downloads
5
License
-
Repository
-
Last release
7 years ago

dynamodb-csv-export

A simple tool to export the content of a DynamoDB table into CSV (comman-separated values) file or describe the table.

Pre-Requisites

Make sure you have the following installed:

  • Node
  • AWS SDK

Use the following command to install dependencies from 'package.json'

npm install

Usage

To describe the table, run the following command

node dynamodb-dump.js -d -t <table_name>

To export the contents, run the following command

node dynamodb-dump.js -t <table_name> -f <filename>