| Crates.io | amplify-watch |
| lib.rs | amplify-watch |
| version | 0.1.0 |
| created_at | 2025-07-12 15:06:10.608597+00 |
| updated_at | 2025-07-12 15:06:10.608597+00 |
| description | A Rust monitoring tool for AWS Amplify |
| homepage | https://github.com/byfnoel/amplify-watch |
| repository | https://github.com/byfnoel/amplify-watch |
| max_upload_size | |
| id | 1749404 |
| size | 72,836 |
A simple command-line tool to monitor AWS Amplify app status in real-time.
git clone https://github.com/byfnoel/amplify-watch.git
cd amplify-watch
cargo build --release
Monitor an Amplify app in real-time:
cargo run -- watch --app-id <YOUR_APP_ID> --branch <YOUR_BRANCH_TO_MONITOR>
Or with a custom polling interval:
cargo run -- watch --app-id <YOUR_APP_ID> --branch <YOUR_BRANCH_TO_MONITOR> --interval <INTERVAL_IN_SECONDS(Default:30 seconds)>
--app-id, -a: The Amplify app ID to monitor (required)--branch, -a: The branch to monitor (required)--interval, -i: Polling interval in seconds (default: 10)Make sure you have AWS credentials configured. You can do this by:
aws configureexport AWS_ACCESS_KEY_ID=your_access_key
export AWS_SECRET_ACCESS_KEY=your_secret_key
export AWS_REGION=us-east-1
Licensed under either of