Socket
Book a DemoInstallSign in
Socket

dynamodb-convert

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-convert

A cli utility for dynamodb.

0.0.7
latest
npmnpm
Version published
Weekly downloads
6
500%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 12 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.