Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby support #11

Open
tj opened this issue Jun 21, 2017 · 6 comments
Open

Ruby support #11

tj opened this issue Jun 21, 2017 · 6 comments
Labels

Comments

@tj
Copy link
Member

tj commented Jun 21, 2017

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

@luisbebop
Copy link

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

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

@luisbebop
Copy link

A more polished example

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

🚀🎉

@kalicki
Copy link

kalicki commented Apr 26, 2018

Status?

@cj
Copy link

cj commented Nov 29, 2018

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

@tj
Copy link
Member Author

tj commented Nov 29, 2018

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

@tj
Copy link
Member Author

tj commented Dec 3, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants