Rust based AWS Lambda Logs Viewer (TUI)

The AWS Lambda Logs Viewer is a terminal-based user interface application that allows users to view AWS Lambda function logs across different profiles and regions. It features functions such as browsing and filtering Lambda functions, quick access to recent logs, custom date range selection, real-time log filtering and search, fast navigation with keyboard shortcuts, and function list caching for improved performance. Users must have Rust installed and AWS credentials configured to use this application. The application allows users to navigate, select functions, choose time ranges for log viewing, and configure AWS credentials and cache settings. Make sure to verify proper IAM permissions and troubleshoot common issues as needed.

https://github.com/resola-ai/rust-aws-tui

To top