ultisuite-backend/services/hocuspocus/node_modules/.pnpm/is-lambda@1.0.1/node_modules/is-lambda
R3D347HR4Y 3b387e7e4a
Some checks are pending
CI / Go tests (push) Waiting to run
CI / Integration tests (push) Waiting to run
CI / DB migrations (push) Waiting to run
hocuspocus lol
2026-06-09 14:29:58 +02:00
..
.npmignore hocuspocus lol 2026-06-09 14:29:58 +02:00
.travis.yml hocuspocus lol 2026-06-09 14:29:58 +02:00
index.js hocuspocus lol 2026-06-09 14:29:58 +02:00
LICENSE hocuspocus lol 2026-06-09 14:29:58 +02:00
package.json hocuspocus lol 2026-06-09 14:29:58 +02:00
README.md hocuspocus lol 2026-06-09 14:29:58 +02:00
test.js hocuspocus lol 2026-06-09 14:29:58 +02: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