generator-lambda-ts

The Galaxy's OKest Typescript AWS Lambda Generator for Yeoman

Usage no npm install needed!

<script type="module">
  import generatorLambdaTs from 'https://cdn.skypack.dev/generator-lambda-ts';
</script>

README

npm verification

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

  1. Globally install this generator: npm install -g generator-lambda-ts
  2. From the root of your new project, run yo lambda-ts (NOTE: run yo lambda-ts --help for options)

Add Travic CI config

  1. Pass the travis option: yo lambda-ts --travis