Skip to content

Conversation

@evisong
Copy link

@evisong evisong commented Jun 6, 2021

This is really a neat tool, thanks!

I'm adding non-TTY (stdin) support to meet my own requirement. Hope it also helps others.

$ npm install -g dynamodb-data-types

$ echo '{"hello":"world"}' | dynamo-dt-attr-wrap
{"hello":{"S":"world"}}

$ echo '{"hello": {"S": "world"}}' | dynamo-dt-attr-unwrap
{"hello":"world"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant