Skip to content

Instantly share code, notes, and snippets.

@nidhi-canopas
Last active October 18, 2022 10:19
Show Gist options
  • Save nidhi-canopas/31b58b191bc2914c9517568c0995ef0b to your computer and use it in GitHub Desktop.
Save nidhi-canopas/31b58b191bc2914c9517568c0995ef0b to your computer and use it in GitHub Desktop.
if inLambda() {
fmt.Println("running aws lambda in aws")
lambda.Start(YourCode)
} else {
fmt.Println("running aws lambda in local")
YourCode()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment