Posted by orlando252 4/9/2025
Features:
1. Request collections: Chain together multiple operations - put, query, update, and delete across tables, accounts and sessions. Use the output of one operation as input for the next.
2. Environment Variables: Configure variables once and run the same requests across different environments (dev/staging/prod). No more manual parameter swapping.
3. Multi-tab, multi-account support: Work with multiple tables across different AWS accounts, and sso sessions simultaneously.
4. Easy SSO Login: Start sso login without leaving the GUI.
5. Git sync: All requests configurations are saved locally as TOML files. Your data stays private, and you can version control with Git.
I appreciate any feedback.
Yes, Its way too long for a demo. I'm working on a short 3-4 minute version to replace it.
Very keen to try this out and congrats on launching!
Have been waiting forever for a good DDB GUI. In my experience Dynobase had Poor UX and was generally buggy. Hoping this will fill the gap!
We have both linux and windows planned. You should join the waitlist (if you haven't already), and we'll be in touch when we launch the linux version.
not sure if already on the roadmap, but search filtering will help when we have tons of tables
We've just recently released a global search feature in the latest version.
You can click the search icon in the titlebar or use cmd+K shortcut to trigger the search.
You can search across tables and requests.
Is that supported here?
So yes, it does work with localstack, provided the endpoint_url is set for that profile in the aws config file like so:
[profile local-v2]
region = us-east-1
aws_access_key_id = fake
aws_secret_access_key = fake
endpoint_url = http://localhost:8005
Dynamodb-local isn't currently supported, but it will be.