Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

dynamodb-unmarshal-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-unmarshal-cli

A tiny tool using [dynamodb-marshaler](https://www.npmjs.com/package/dynamodb-marshaler) to allow you to pipe the output from [aws dynamodb cli](http://docs.aws.amazon.com/cli/latest/reference/dynamodb/index.html#cli-aws-dynamodb) through an unmarshaler t

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

dynamodb-unmarshal-cli

A tiny tool using dynamodb-marshaler to allow you to pipe the output from aws dynamodb cli through an unmarshaler to get simpler output.

Installation

npm install -g dynamodb-unmarshal-cli

Usage

aws dynamodb scan --table-name [your table name] | unmarshal

Supported command outputs

The tool currently only works for the output of the following commands:

FAQs

Package last updated on 30 May 2017

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