xref: /third_party/node/deps/npm/node_modules/is-lambda/index.js (revision 1cb0ef41)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/is-lambda/
1'use strict'
2
3module.exports = !!(
4  (process.env.LAMBDA_TASK_ROOT && process.env.AWS_EXECUTION_ENV) ||
5  false
6)
7

Indexes created Thu Nov 07 10:32:03 CST 2024