|
vor 2 Jahren | |
---|---|---|
.. | ||
.npmignore | vor 2 Jahren | |
.travis.yml | vor 2 Jahren | |
LICENSE | vor 2 Jahren | |
README.md | vor 2 Jahren | |
index.js | vor 2 Jahren | |
package.json | vor 2 Jahren | |
test.js | vor 2 Jahren |
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