D8D 3fa1803c80 Initial commit 1 سال پیش
..
.npmignore 3fa1803c80 Initial commit 1 سال پیش
.travis.yml 3fa1803c80 Initial commit 1 سال پیش
LICENSE 3fa1803c80 Initial commit 1 سال پیش
README.md 3fa1803c80 Initial commit 1 سال پیش
index.js 3fa1803c80 Initial commit 1 سال پیش
package.json 3fa1803c80 Initial commit 1 سال پیش
test.js 3fa1803c80 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