njakob / lambda

Utils to deploy AWS Lambda functions written in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Utils to deploy AWS Lambda functions written in Javascript

License:MIT License


Languages

Language:JavaScript 100.0%