1 comments

  • benward2301 3 days ago

    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!