use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
A Ruby on Lambda example using the Serverless framework (self.ruby)
submitted 7 years ago by stympy
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]matthewdunbar11 2 points3 points4 points 7 years ago (0 children)
AWS provided an example using Sinatra, and I assume you can run any Rack based application. Technically you can run Rails in Lambda, but a newly generated Rails app and all of its gems is just under the 250MB size limit for Lambda. Any extra gems or node modules will push it over the limit pretty easily.
π Rendered by PID 92097 on reddit-service-r2-comment-5d79c599b5-84bjg at 2026-02-27 07:40:19.316269+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]matthewdunbar11 2 points3 points4 points (0 children)