Skip to content

jdaviderb/lamby-cookiecutter

 
 

Repository files navigation

Lamby Cookiecutter

Lamby: Simple Rails & AWS Lambda Integration using Rack.

An AWS SAM cookiecutter project template to quickly create a new Rails application for AWS Lambda. Details:

  • Rails v7.x on Ruby 3.1 runtime.
  • Integrated JavaScript & CSS Development.
  • CI/CD GitHub Actions for Test & Deploy.

Lamby: Simple Rails & AWS Lambda Integration using Rack.

Usage

⚠️ Please reference the full Quick Start guide on the Lamby site for details. Basic usage requires Docker to be installed to run the Cookiecutter software using the following command.

$ docker run \
  --rm \
  --interactive \
  --volume "${PWD}:/var/task" \
  ghcr.io/customink/lamby-cookiecutter \
  "gh:customink/lamby-cookiecutter"

Contributing

This project is built for GitHub Codespcaes using the Development Container specification. Once you have the repo cloned and setup with a dev container using either Codespaces or VS Code, run the following commands. This will install Rails and build the Cookiecutter project with any local changes.

$ ./bin/build

Using VS Code

If you have the Visual Studio Code Dev Container extension installed you can easily clone this repo locally, use the "Open Folder in Container..." command. This allows you to use the integrated terminal for the command above.

Code of Conduct

Everyone interacting in the Lamby project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Bug reports and pull requests are welcome on GitHub at https://github.com/customink/lamby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

About

AWS SAM Cookiecutter to Quick Start Rails & Lambda 🐑🛤

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.1%
  • Ruby 2.3%
  • Shell 1.2%
  • Python 1.0%
  • Dockerfile 0.3%
  • CSS 0.1%