Cookiecutter NodeJS Hello-world for SAM based Serverless App

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

Requirements

Usage

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

  • NodeJS 16: sam init --runtime nodejs16.x

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

Credits