@njakob/lambda
v1.2.0
Published
Utils to deploy AWS Lambda functions written in Javascript
Downloads
8
Maintainers
Readme
lambda
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.