This project is a Rust script and a GitHub Actions workflow to maintain the uptime of a serverless application, to prevent spinning down during periods of inactivity, on free-tier platforms.
This is done by executing a GET request every 5 mins using the reqwests crate.
- Clone the repository.
git clone https://github.com/KevKibe/Automated-Free-tier-Serverless-App-Uptime-Maintenance-with-Rust-and-GitHub-Actions.git
- Replace the existing URLs in the urls vector with the actual URLs of your serverless applications