Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/njakob/lambda
- Owner: njakob
- License: mit
- Created: 2017-03-20T09:56:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T15:01:38.000Z (over 7 years ago)
- Last Synced: 2024-12-16T18:29:34.864Z (17 days ago)
- Topics: aws, aws-lambda, javascript, lambda, nodejs, utils
- Language: JavaScript
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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