Yeoman generator for creating a base project for an AWS SAM serverless application with Webpack and Typescript
Generates a project for creating a serverless application on AWS, using the AWS SAM methodology
First, install Yeoman and generator-aws-sam-typescript using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-aws-sam-typescript
Then generate your new project:
yo aws-sam-typescript
MIT © Luke Merry