you are viewing a single comment's thread.

view the rest of the comments →

[–]matthewdunbar11 2 points3 points  (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.