@njakob/lambda
v1.2.0
Published
Utils to deploy AWS Lambda functions written in Javascript
Maintainers
Readme
lambda

Utils to deploy AWS Lambda functions written in Javascript.
Features
- CLI
- Public API
- Flowtype definition
Installation
With NPM:
$ npm install @njakob/lambdaWith Yarn:
$ yarn add @njakob/lambdaUsage
{
"name": "mylambda",
"include": [
"./build/mylambda.js",
"./assets/**",
]
}$ AWS_REGION=eu-central-1 lambda deploy --config mylambda.jsonChangelog
See changelog.
Licences
njakob/lambda is licensed under the MIT License.
