|
|
il y a 1 an | |
|---|---|---|
| .. | ||
| .npmignore | il y a 1 an | |
| .travis.yml | il y a 1 an | |
| LICENSE | il y a 1 an | |
| README.md | il y a 1 an | |
| index.js | il y a 1 an | |
| package.json | il y a 1 an | |
| test.js | il y a 1 an | |
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