Just Because You Can, Doesn't Mean You Should
This is a POC for a simple Rails app, deployed as an AWS Lambda function.
- Bundle Install
docker run -v `pwd`:`pwd` -w `pwd` -i -t lambci/lambda:build-ruby2.5 bundle install --deployment
- Serverless Deploy
serverless deploy