Aucune description
dienianindya d731c0e823 1001 update il y a 2 ans
..
.npmignore 1001 update il y a 2 ans
.travis.yml 1001 update il y a 2 ans
LICENSE 1001 update il y a 2 ans
README.md 1001 update il y a 2 ans
index.js 1001 update il y a 2 ans
package.json 1001 update il y a 2 ans
test.js 1001 update il y a 2 ans

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