Muqriz 48f16bfc3e initail first | il y a 4 mois | |
---|---|---|
.. | ||
.npmignore | il y a 4 mois | |
.travis.yml | il y a 4 mois | |
LICENSE | il y a 4 mois | |
README.md | il y a 4 mois | |
index.js | il y a 4 mois | |
package.json | il y a 4 mois | |
test.js | il y a 4 mois |
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