Hacker News new | past | comments | ask | show | jobs | submit login

Do you use / know of any services like AWS Lambda that supports Ruby out of the box?

I've been playing with AWS Lambda using travelling Ruby and Mruby, but have hit issues (with native gems etc).

I have used Iron Worker previously, but they seem to be going up market and don't even display pricing on their site.

Thanks in advance for your input!




There are a few libraries for using JRuby (like https://github.com/c9katayama/aws-lambda-jruby) But they may also have issues with native gems


I haven't used it it, but the new (like, really new) Iron Functions may be what you're looking for. I've only used the Workers/Cache so far, but they're dockerized so pretty much language agnostic.

I'm making an assumption that Functions is similar.


I wonder if you could use opal?


yeah that was one of my very early thoughts...


I'm not normally interested in Opal per se, but it would be great for this. I'd much rather write Ruby for simple call/response APIs than JS.


You can probably use JRuby without too much effort.


My suggestion is to just use Python.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: