is-lambda
Returns true
if the current environment is an AWS
Lambda server.
Installation
npm install is-lambda
Usage
var isLambda = require('is-lambda')
if (isLambda) {
console.log('The code is running on a AWS Lambda')
}
License
MIT
名称 | 最后更新 |
最后提交
14c06629
–
qqqqq
历史
|
---|---|---|
.. | ||
.npmignore | 正在载入提交数据... | |
.travis.yml | 正在载入提交数据... | |
LICENSE | 正在载入提交数据... | |
README.md | 正在载入提交数据... | |
index.js | 正在载入提交数据... | |
package.json | 正在载入提交数据... | |
test.js | 正在载入提交数据... |
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