A custom non persistent logging website that can be used as a simple and quickly accessible alternative of AWS cloudwatch for monitoring realtime logs.
- Download this project and host it somewhere.
- Send post request to this hosted url with the log data as the body of the request.
Example using axios:
axios.post( url_of_the_hosted_website, {logs data} )