leap-lambda-boilerplate

1.4.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i leap-lambda-boilerplate

    Weekly Downloads

    1

    Version

    1.4.0

    License

    MPL-2.0

    Unpacked Size

    29.3 kB

    Total Files

    12

    Last publish

    Collaborators

    • parsec
    • troggy
    • sunify
    • johba