Skip to content

Instantly share code, notes, and snippets.

@nidhi-canopas
Created October 18, 2022 10:04
Show Gist options
  • Save nidhi-canopas/fb29bd091a6e20fdbe656a00af59e497 to your computer and use it in GitHub Desktop.
Save nidhi-canopas/fb29bd091a6e20fdbe656a00af59e497 to your computer and use it in GitHub Desktop.
func inLambda() bool {
if lambdaTaskRoot := os.Getenv("LAMBDA_TASK_ROOT"); lambdaTaskRoot != "" {
return true
}
return false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment