|
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