Skip to content

Commit

Permalink
Merge pull request #1038 from frozenbonito/add-is-offline-env-var-to-…
Browse files Browse the repository at this point in the history
…all-runner

Add IS_OFFLINE env var to all handler runners
  • Loading branch information
dherault committed Jul 9, 2020
2 parents db7a2c5 + e4abd1b commit e752997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lambda/LambdaFunction.js
Expand Up @@ -181,6 +181,7 @@ export default class LambdaFunction {
...providerEnv,
...functionDefinitionEnv,
_HANDLER: handler, // TODO is this available in AWS?
IS_OFFLINE: true,
}
}

Expand Down

0 comments on commit e752997

Please sign in to comment.