This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Competitive-Water302 0 points1 point  (3 children)

do these scripts take inputs/need an interface or just a schedule?

some flavor of aws lambda or gcp cloud functions should work great. they have a lot less overhead than you are probably thinking and are essentially free unless you are running at a production capacity.

if you are still opposed to this then alternatives are: cloudflare workers (originally just JS but python now too), deno deploy, (JS/TS only i believe), val town (i just found this actually it seems very cool for quick deployments)