User 80477d6a76 完美版 5 months ago
..
.npmignore 80477d6a76 完美版 5 months ago
.travis.yml 80477d6a76 完美版 5 months ago
LICENSE 80477d6a76 完美版 5 months ago
README.md 80477d6a76 完美版 5 months ago
index.js 80477d6a76 完美版 5 months ago
package.json 80477d6a76 完美版 5 months ago
test.js 80477d6a76 完美版 5 months ago

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