A cookiecutter template to create a NodeJS TypeScript Hello world boilerplate using Serverless Application Model (SAM).
Generate a boilerplate template in your current project directory using the following syntax:
- NodeJS 18:
sam init --runtime nodejs18.x
NOTE:
--name
allows you to specify a different project folder name (sam-app
is the default)
- This project has been generated with Cookiecutter