D8D da8e66ac9e Initial commit il y a 1 an
..
.npmignore da8e66ac9e Initial commit il y a 1 an
.travis.yml da8e66ac9e Initial commit il y a 1 an
LICENSE da8e66ac9e Initial commit il y a 1 an
README.md da8e66ac9e Initial commit il y a 1 an
index.js da8e66ac9e Initial commit il y a 1 an
package.json da8e66ac9e Initial commit il y a 1 an
test.js da8e66ac9e Initial commit il y a 1 an

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