/ c4f / front / node_modules / is-lambda /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENSE5 months ago1.1K 
[TXT]README.md5 months ago563  
[   ]index.js5 months ago114  
[   ]package.json5 months ago773  
[   ]test.js5 months ago321  
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

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80