ouroboros-group/mybulma/node_modules/is-lambda
2023-07-30 18:27:37 -06:00
..
.npmignore 20230730 2023-07-30 18:27:37 -06:00
.travis.yml 20230730 2023-07-30 18:27:37 -06:00
index.js 20230730 2023-07-30 18:27:37 -06:00
LICENSE 20230730 2023-07-30 18:27:37 -06:00
package.json 20230730 2023-07-30 18:27:37 -06:00
README.md 20230730 2023-07-30 18:27:37 -06:00
test.js 20230730 2023-07-30 18:27:37 -06:00

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