simple and gets the job done. nice.
Tinystatus: A tiny status page generated by a Python script
21–30 of 52 posts
Re: Tinystatus: A tiny status page generated by a Python script
#22Re: Tinystatus: A tiny status page generated by a Python script
#23Re: Tinystatus: A tiny status page generated by a Python script
#24There is no reason to take on the added cost of Python for this.
Re: Tinystatus: A tiny status page generated by a Python script
#25Re: Tinystatus: A tiny status page generated by a Python script
#26Re: Tinystatus: A tiny status page generated by a Python script
#27Re: Tinystatus: A tiny status page generated by a Python script
#28Can this be run as a AWS Lamba instance?
Alternatively, you could use GitHub Actions and schedule the workflow to run every minute.
However, I prefer the Lambda approach.
Re: Tinystatus: A tiny status page generated by a Python script
#29Re: Tinystatus: A tiny status page generated by a Python script
#30Why not put these .env variables inside the checks.yaml config file? What is the advantage of two config files with two separate syntaxes?
The idea is the values in .env files can be configured via environment variables, while checks.yaml is for things that can be hard coded. In this case it's a bit moot because the yaml file works like a database, but when you deploy this using, say, Docker or k8s, you can use a different method to configure environment variables and skip .env files.
If this is a goal, why is it a goal for only half the configuration?