A tiny tool using dynamodb-marshaler to allow you to pipe the output from aws dynamodb cli through an unmarshaler to get simpler output.
npm install -g dynamodb-unmarshal-cli
aws dynamodb scan --table-name [your table name] | unmarshal
The tool currently only works for the output of the following commands: