Skip to content

atwoodjw/RailsOnLambda

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages