# Cookiecutter NodeJS S3 Quick Start Application A cookiecutter template to create a NodeJS S3 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-s3 --name s3-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)