|
há 2 anos atrás | |
---|---|---|
.. | ||
.npmignore | há 2 anos atrás | |
.travis.yml | há 2 anos atrás | |
LICENSE | há 2 anos atrás | |
README.md | há 2 anos atrás | |
index.js | há 2 anos atrás | |
package.json | há 2 anos atrás | |
test.js | há 2 anos atrás |
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