D8D da8e66ac9e Initial commit 1 год назад
..
.npmignore da8e66ac9e Initial commit 1 год назад
.travis.yml da8e66ac9e Initial commit 1 год назад
LICENSE da8e66ac9e Initial commit 1 год назад
README.md da8e66ac9e Initial commit 1 год назад
index.js da8e66ac9e Initial commit 1 год назад
package.json da8e66ac9e Initial commit 1 год назад
test.js da8e66ac9e 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