Repository URL to install this package:
|
Version:
3.1.7 ▾
|
| .. |
| .npmignore |
| .travis.yml |
| LICENSE |
| README.md |
| index.js |
| package.json |
| test.js |
Returns true if the current environment is an AWS
Lambda server.
npm install is-lambda
var isLambda = require('is-lambda') if (isLambda) { console.log('The code is running on a AWS Lambda') }
MIT