/ c4f / front / node_modules / is-lambda /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENSE8 months ago1.1K 
[TXT]README.md8 months ago563  
[   ]index.js8 months ago114  
[   ]package.json8 months ago773  
[   ]test.js8 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