D8D 2ab642edb8 Initial commit 1 年之前
..
.npmignore 2ab642edb8 Initial commit 1 年之前
.travis.yml 2ab642edb8 Initial commit 1 年之前
LICENSE 2ab642edb8 Initial commit 1 年之前
README.md 2ab642edb8 Initial commit 1 年之前
index.js 2ab642edb8 Initial commit 1 年之前
package.json 2ab642edb8 Initial commit 1 年之前
test.js 2ab642edb8 Initial commit 1 年之前

README.md

is-lambda

Returns true if the current environment is an AWS Lambda server.

Build status js-standard-style

Installation

npm install is-lambda

Usage

var isLambda = require('is-lambda')

if (isLambda) {
  console.log('The code is running on a AWS Lambda')
}

License

MIT