UNPKG

@amazon-codecatalyst/blueprints.sam-serverless-application

Version:

This blueprint creates a project that leverages a serverless application model (SAM) to quickly create and deploy an API. You can choose Java, TypeScript, or Python as the programming language

21 lines (11 loc) 693 B
# Cookiecutter NodeJS TypeScript Hello-world for SAM based Serverless App A cookiecutter template to create a NodeJS TypeScript Hello world boilerplate 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` > **NOTE**: `--name` allows you to specify a different project folder name (`sam-app` is the default) # Credits - This project has been generated with [Cookiecutter](https://github.com/audreyr/cookiecutter)