Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/njakob/lambda

Utils to deploy AWS Lambda functions written in Javascript
https://github.com/njakob/lambda

aws aws-lambda javascript lambda nodejs utils

Last synced: 17 days ago
JSON representation

Utils to deploy AWS Lambda functions written in Javascript

Awesome Lists containing this project

README

        

# lambda [![Build Status][badge:build-status]][travis] [![ESLint Config][badge:eslint-config]][github:njakob/eslint-config] [![Conventional Commits][badge:conventional-commits]][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

```json
{
"name": "mylambda",
"include": [
"./build/mylambda.js",
"./assets/**",
]
}
```

```sh
$ AWS_REGION=eu-central-1 lambda deploy --config mylambda.json
```

## Changelog

See [changelog][CHANGELOG].

## Licences

`njakob/lambda` is licensed under the [MIT License][licence].

[changelog]: CHANGELOG.md
[licence]: LICENSE
[npm]: https://nodei.co/npm/@njakob/lambda
[travis]: https://travis-ci.org/njakob/lambda
[conventional-commits]: https://conventionalcommits.org
[github:njakob/eslint-config]: https://github.com/njakob/eslint-config
[badge:npm-status]: https://img.shields.io/npm/v/@njakob/lambda.svg
[badge:build-status]: https://travis-ci.org/njakob/lambda.svg?branch=master
[badge:eslint-config]: https://img.shields.io/badge/eslint_config-njakob-463fd4.svg
[badge:conventional-commits]: https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg