Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 897 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 897 Bytes

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: