1.2.0 • Published 7 years ago

@njakob/lambda v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

lambda Build Status ESLint Config Conventional Commits

Utils to deploy AWS Lambda functions written in Javascript.

Features

  • CLI
  • Public API
  • Flowtype definition

Installation

With NPM:

$ npm install @njakob/lambda

With Yarn:

$ yarn add @njakob/lambda

Usage

{
  "name": "mylambda",
  "include": [
    "./build/mylambda.js",
    "./assets/**",
  ]
}
$ AWS_REGION=eu-central-1 lambda deploy --config mylambda.json

Changelog

See changelog.

Licences

njakob/lambda is licensed under the MIT License.