0.0.5 • Published 7 years ago
generator-lambda-ts v0.0.5
Typescript AWS Lambda Function Generator
The Galaxy's OKest Typescript AWS Lambda Generator for Yeoman
- Typescript 3
- Code formatting with Prettier and TSLint
- Unit testing with Mocha and Chai
- Code coverage with NYC
- Optional Travis CI config
How To:
Create a new AWS Lambda function
- Globally install this generator: npm install -g generator-lambda-ts
- From the root of your new project, run yo lambda-ts(NOTE: runyo lambda-ts --helpfor options)
Add Travic CI config
- Pass the travisoption:yo lambda-ts --travis