選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Muqriz 48f16bfc3e initail first 4ヶ月前
..
.npmignore initail first 4ヶ月前
.travis.yml initail first 4ヶ月前
LICENSE initail first 4ヶ月前
README.md initail first 4ヶ月前
index.js initail first 4ヶ月前
package.json initail first 4ヶ月前
test.js initail first 4ヶ月前

README.md

is-lambda

Returns true if the current environment is an AWS Lambda server.

Build status js-standard-style

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