/Automated-Serverless-App-Uptime-Maintenance-with-Rust-and-GitHub-Actions

A script to keep an app I have on a free-tier serverless platform alive(not to spin down because of inactivity) by executing a GET request every 5 mins using the reqwests crate.

Primary LanguageRust

Description

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.

Usage

  1. Clone the repository.
git clone https://github.com/KevKibe/Automated-Free-tier-Serverless-App-Uptime-Maintenance-with-Rust-and-GitHub-Actions.git
  1. Replace the existing URLs in the urls vector with the actual URLs of your serverless applications