# Cookiecutter NodeJS "From Scratch" Quick Start Application A cookiecutter template to create a NodeJS Basic Quick Start Application using [Serverless Application Model (SAM)](https://github.com/awslabs/serverless-application-model). ## Requirements * [AWS SAM CLI](https://github.com/awslabs/aws-sam-cli) ## Usage Generate a boilerplate template in your current project directory using the following syntax: * **NodeJS 16**: `sam init --runtime nodejs16.x --app-template quick-start-from-scratch --name sam-app` > **NOTE**: ``--name`` allows you to specify a different project folder name # Credits * This project has been generated with [Cookiecutter](https://github.com/audreyr/cookiecutter)