An open API service indexing awesome lists of open source software.

https://github.com/jameskyburz/dynamodb-query-cli

dynamodb query cli
https://github.com/jameskyburz/dynamodb-query-cli

aws dynamodb

Last synced: 3 months ago
JSON representation

dynamodb query cli

Awesome Lists containing this project

README

          

# dynamodb-query-cli

[![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/feross/standard)

### usage

```sh
ᐅ dynamodb-query --help
Usage: dynamodb-query [options]

cli to query DynamoDB tables

Options:
--region
--endpoint
--page-size page size (default: 25)
--table-name
--convert-empty-values
-h, --help display help for command
```

# license
[Apache License, Version 2.0](LICENSE)