After a bit of frustration with the existing DynamoDB GUI clients, I decided to build one.
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.
Comments URL: https://news.ycombinator.com/item?id=43631793
Points: 11
# Comments: 1
Autentifică-te pentru a adăuga comentarii
Alte posturi din acest grup

Hey HN, we're Eliza and Xin, and we’ve been working on Attune. Attune is a tool for publishing Linux packages.
Previously, we worked at other startups building open source developer tools that r

Article URL: https://github.com/Kuberwastaken/backdooms
Comments URL: https:


Earlier this year, I took a month to reexamine my coding habits and rethink some past design choices. I hope to rewrite and improve my FOSS libraries this year, and I needed answers to a few quest