Where Events Meet Clarity - Interactive exploration tool for AWS EventBridge event buses, rules, and targets
Project description
AWS EventBridge Explorer
Where Events Meet Clarity
This tool helps you visualize AWS EventBridge event buses and their rules as an interactive graph.
Features
- Lists all AWS EventBridge event buses in your account
- Allows you to select an event bus
- Fetches all rules associated with the selected event bus
- Creates an interactive visual graph showing the relationships between:
- Event bus
- Rules
- Rule targets
- Touch or click on nodes to view detailed information
- Modern, touch-friendly UI for better exploration and analysis
- Filter and select specific rules to display
- View recent logs and event payloads for rules
Installation
From PyPI (Recommended)
pip install aws-eventbridge-explorer
From Source
git clone https://github.com/sergiohromano/aws-eventbridge-explorer.git
cd aws-eventbridge-explorer
pip install -e .
Requirements
- Python 3.8+
- AWS CLI configured with appropriate permissions
- Required Python packages (installed automatically when using pip)
Usage
Run the application with the web interface:
python main.py
You can also specify a custom port:
python main.py --port 8080
Once running, open your browser and navigate to http://localhost:5050 (or the port you specified).
Project Structure
eventbridge/
├── __init__.py # Package initialization
├── core.py # Core functionality and AWS interactions
├── web_server.py # Flask web server implementation
└── static/ # Static web assets (CSS, JS, etc.)
└── templates/ # HTML templates
main.py # Main entry point
requirements.txt # Dependencies
UI Features
- Left panel: Select event buses and view detailed information
- Right panel: Interactive graph visualization
- Touch or click on any node (event bus, rule, or target) to view its details
- Filter and select specific rules to display
- Fetch and view recent logs and event payloads for rules
- Send test events to EventBridge that match rule patterns
Graph Interpretation
- Dark gray node: Event bus
- Light blue nodes: Rules
- Soft yellow nodes: Lambda targets
- Lavender nodes: SQS service targets
- Mint green nodes: SNS service targets
- Arrows: Show the flow of events from the event bus to rules to targets
Development Mode
- In a separate terminal, start the Flask application:
python main.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws_eventbridge_explorer-1.0.1.tar.gz.
File metadata
- Download URL: aws_eventbridge_explorer-1.0.1.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6a7241e850d7bbf17d32c420d227b535d0fb22a441591d984770a9dd72122c3
|
|
| MD5 |
4c218ccdac90a5bd9a248027eb9d8534
|
|
| BLAKE2b-256 |
c014656685f6a6e75c08ab3d945bc848dcdff99fb24d205bfa896608c1a12eef
|
File details
Details for the file aws_eventbridge_explorer-1.0.1-py3-none-any.whl.
File metadata
- Download URL: aws_eventbridge_explorer-1.0.1-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64e8941dc1fb489906b549536d58e21be0d0dc955a3fbe43b8b10c60a4075fc7
|
|
| MD5 |
a34bde3d3830036d12518d5b383c2595
|
|
| BLAKE2b-256 |
bfd161354c93212e7a51f797dd23d723ffe44d8ee9da7b0ecd437c2895c6ea62
|