Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 659 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 659 Bytes

RailsOnLambda

Just Because You Can, Doesn't Mean You Should

This is a POC for a simple Rails app, deployed as an AWS Lambda function.

Prerequisites
Deployment
  • Bundle Install
docker run -v `pwd`:`pwd` -w `pwd` -i -t lambci/lambda:build-ruby2.5 bundle install --deployment
  • Serverless Deploy
serverless deploy
References