0.0.7 • Published 6 years ago

dynamodb-convert v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

dynamodb-convert

A cli utility for dynamodb.

Installation

npm i -g dynamodb-convert

Usage

Fetch records from a DynamoDb table and write to local file (JSON)

dynamodb-convert --source dynamodb --table my_table_name

Fetch records from a DynamoDb table and write to S3

dynamodb-convert --source dynamodb --table my_table_name --bucket my_bucket_name

Optionally specify a key (file path) for S3

The default key is: table + '.json'

dynamodb-convert --source dynamodb --table my_table_name --bucket my_bucket_name --key my_key_name.json

Fetch a json file from S3 and push records into a DynamoDb table

dynamodb-convert --source s3 --table my_table_name --bucket my_bucket_name --key my_key_name.json

Fetch a json file from S3 and write to a local file

dynamodb-convert --source s3 --bucket my_bucket_name --key my_key_name.json
0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago