Icard/angular-clarity-master(work.../node_modules/is-lambda
realSnehal 400e0876de frontend 2024-07-16 20:25:36 +05:30
..
.npmignore frontend 2024-07-16 20:25:36 +05:30
.travis.yml frontend 2024-07-16 20:25:36 +05:30
LICENSE frontend 2024-07-16 20:25:36 +05:30
README.md frontend 2024-07-16 20:25:36 +05:30
index.js frontend 2024-07-16 20:25:36 +05:30
package.json frontend 2024-07-16 20:25:36 +05:30
test.js frontend 2024-07-16 20:25:36 +05:30

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