Flux is a lightweight helper app for working with AWS Lex V2 bots. It provides a clean UI for managing bots, viewing details, testing flows and creating test sets.
docker run -p 8000:3000 -d ghcr.io/kaumnen/flux:latestThen open localhost:8000 in your browser. Thats all!
- Authenticate with AWS credentials and store them locally for the session
- Browse and inspect Lex V2 bots and their details
- View bot configuration and related metadata
- Send messages and see request and response details
- Create test sets, use visualizer to understand the test flow
MIT


