Muqriz 48f16bfc3e initail first | пре 4 месеци | |
---|---|---|
.. | ||
.npmignore | пре 4 месеци | |
.travis.yml | пре 4 месеци | |
LICENSE | пре 4 месеци | |
README.md | пре 4 месеци | |
index.js | пре 4 месеци | |
package.json | пре 4 месеци | |
test.js | пре 4 месеци |
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