Skip to content

serverless-ruby/serverless-ruby.org

Repository files navigation

Serverless Ruby

Built in Ruby on Rails hosted on AWS Lambda usingLamby

Yes this is Serverless Ruby on Rails !

How it works

Amazing dude Ken Collins crated Lamby which is a tool that wraps Ruby on Rails app into Docker container, pushes it into Docker registry AWS ECR and initializes AWS Lambda funcion that enables it to be triggerd by a API Gateway web request call.

so Request > API Gateway > Lambda > Docker > Rails

Rails app

Notes to maintainers

to deploy

  • make sure you have credential file in ./.env.production
  • make sure you have the correct profile set to default in .aws/credentials
./bin/deploy

AWS

AWS account for this project is separate AWS account outside any specific person (t...+severless@gmail.com). Region us-east-1