Skip to content

Commit

Permalink
Add IS_OFFLINE env var to all handler runners
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenbonito committed Jul 1, 2020
1 parent 7485bf3 commit e4abd1b
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 e4abd1b

Please sign in to comment.