1.4.0 • Published 3 years ago

leap-lambda-boilerplate v1.4.0

Weekly downloads
61
License
MPL-2.0
Repository
-
Last release
3 years ago

AWS Lambda boilerplate

Prerequisites

  • Node.js 8+
  • Yarn

Usage

  • git clone --origin boilerplate https://github.com/leapdao/leap-lambda-boilerplate.git <your-project-name>
  • cd <your-project-name> && git remote add origin git@github.com:leapdao/<your-project-name>.git
  • change name in package.json
  • yarn
  • Enjoy :-)

Tests

Jest used for unit-testing. Put your test file near module that you want to test. For example, for src/cool-module.js you should create a file src/cool-module.test.js.

  • yarn test — run tests
  • yarn test:watch — run tests in watch mode
1.4.0

3 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago