|
2 سال پیش | |
---|---|---|
.. | ||
.npmignore | 2 سال پیش | |
.travis.yml | 2 سال پیش | |
LICENSE | 2 سال پیش | |
README.md | 2 سال پیش | |
index.js | 2 سال پیش | |
package.json | 2 سال پیش | |
test.js | 2 سال پیش |
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