dynein

A command-line interface for AWS DynamoDB operations and management

brewmacoslinux
Try with needOr install directly
Source

About

DynamoDB CLI

Commands

dynein

Examples

List all DynamoDB tables in the current AWS region$ dynein list
Scan items from a specific table with a limit$ dynein scan --table my-table --limit 10
Get a specific item by its primary key$ dynein get --table my-table --key id:123