Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « is-lambda « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b245ab1c68df1a3cc865f8cb45dafa72a73aef2c (plain)
1
2
3
4
5
6
'use strict'

module.exports = !!(
  (process.env.LAMBDA_TASK_ROOT && process.env.AWS_EXECUTION_ENV) ||
  false
)