DEV Community

Discussion on: What's the simplest way to run a Ruby script in the cloud every so often?

Collapse
 
jballanc profile image
Joshua Ballanco

Assuming that whatever gems you need to depend on are supported by Java, you could just use JRuby, compile your script to a JAR, and run it periodically on AWS Lamda.