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.
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"