3 points | by benward2301 13 days ago
1 comments
I wanted a tool that can execute one-shot queries of arbitrary complexity against a DynamoDB table, without the need for scripting or propagation. I couldn't find one so have written my own.
You can find example queries here: https://github.com/benward2301/dynq?tab=readme-ov-file#examp....
I hope some of you find it useful. If you discover a bug, open an issue on GitHub and I'll take a look!
I wanted a tool that can execute one-shot queries of arbitrary complexity against a DynamoDB table, without the need for scripting or propagation. I couldn't find one so have written my own.
You can find example queries here: https://github.com/benward2301/dynq?tab=readme-ov-file#examp....
I hope some of you find it useful. If you discover a bug, open an issue on GitHub and I'll take a look!