Back to Aws Sam Cli

Cookiecutter Ruby Hello-world for SAM based Serverless App

samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/README.md

1.159.1665 B
Original Source

Cookiecutter Ruby Hello-world for SAM based Serverless App

A cookiecutter template to create a Ruby Hello world boilerplate using Serverless Application Model (SAM).

Requirements

Usage

Generate a boilerplate template in your current project directory using the following syntax:

  • Ruby 3.4: sam init --runtime ruby3.4

NOTE: --name allows you to specify a different project folder name (sam-app is the default)

Credits