Files
system-prompts-and-models-o…/unified-ai-platform/node_modules/is-lambda
dopeuni444 b5a22951ae nhj
more
2025-07-31 12:23:33 +04:00
..
nhj
2025-07-31 12:23:33 +04:00
nhj
2025-07-31 12:23:33 +04:00
nhj
2025-07-31 12:23:33 +04:00
nhj
2025-07-31 12:23:33 +04:00

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