Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

customink/cookiecutter-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CookieCutter Ruby

Lamby: Simple Rails & AWS Lambda Integration using Rack.

A demo project to showcase using aws sam cookiecutter project templates to kickstart your lambda projects. See the full article here on Custom Ink's technology blog.

Lamby: Simple Rails & AWS Lambda Integration using Rack.

Usage

If you already have AWS SAM CLI installed, run this command.

$ sam init --location "gh:customink/cookiecutter-ruby"

If you want to avoid installing SAM CLI alltogether, you can use this Docker command.

$ docker run \
  --interactive \
  --volume "${PWD}:/var/task:delegated" \
  lambci/lambda:build-ruby2.7 \
  sam init --location "gh:customink/cookiecutter-ruby"