|
|
hace 1 año | |
|---|---|---|
| .. | ||
| .npmignore | hace 1 año | |
| .travis.yml | hace 1 año | |
| LICENSE | hace 1 año | |
| README.md | hace 1 año | |
| index.js | hace 1 año | |
| package.json | hace 1 año | |
| test.js | hace 1 año | |
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