// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs18
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
is-lambda
[ PARENT ]
EDIT :: index.js
'use strict' module.exports = !!( (process.env.LAMBDA_TASK_ROOT && process.env.AWS_EXECUTION_ENV) || false )
SAVE
CANCEL