# {{cookiecutter.project_name}} A cookiecutter template to create a NodeJS SQS 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 14**: `sam init --runtime nodejs14.x --app-template quick-start-sqs --name sqs-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)