loftwah / rails-aws-lambda

My repository for running a Rails application on AWS Lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoftwahRailsLambda

  • Rails v6.x on Ruby 2.7 runtime.
  • Integrated JavaScript development.
  • Compiles CSS/JS assets.
  • No ActiveRecord. Read our Database Options guides.

Setup & Deploy

Copy and fill out the .env file from the example.

./bin/bootstrap
./bin/setup
./bin/deploy

Next Steps

  • Provide a new value for the SECRET_KEY_BASE. Alternatively, you can set this using Dotenv & SSM Parameter Store in the Environments & Configuration section of your build file.
  • Using JavaScript? everything is setup and ready to go.

About

My repository for running a Rails application on AWS Lambda


Languages

Language:HTML 94.4%Language:Ruby 4.5%Language:Shell 0.9%Language:CSS 0.2%Language:JavaScript 0.1%Language:Dockerfile 0.0%