up icon indicating copy to clipboard operation
up copied to clipboard

Ruby support

Open tj opened this issue 7 years ago • 6 comments

Out of the box. This one seems like it's pretty tricky to get running in Lambda.

tj avatar Jun 21 '17 16:06 tj

Done! I have used Traveling Ruby plus some ruby and bash scripting.

https://github.com/luisbebop/sinatra-up-demo

luisbebop avatar Sep 24 '17 21:09 luisbebop

A more polished example

https://github.com/luisbebop/up-sinatra-ruby222-template

🚀🎉

luisbebop avatar Nov 18 '17 07:11 luisbebop

Status?

kalicki avatar Apr 26 '18 19:04 kalicki

@tj @kalicki @luisbebop https://aws.amazon.com/blogs/compute/announcing-ruby-support-for-aws-lambda/ looks like ruby is natively supported as of today!

cj avatar Nov 29 '18 18:11 cj

sweettt, I'll try to look into all these new announcements

tj avatar Nov 29 '18 18:11 tj

Looks like a big nope for now — https://twitter.com/tjholowaychuk/status/1069629064691023872

You have to set runtime to "provided" in order to use one in a layer, at which point you lose the ruby binaries etc. We'd need a custom runtime per env (ruby, python, java, whatever) which is a lot of redundant work.

Maybe like that tweet if you're interested, might help get some attention but I'm not sure they'd care about this use-case since it's kind of anti-FaaS

tj avatar Dec 03 '18 16:12 tj