Created
March 31, 2022 19:32
-
-
Save percybolmer/0d0b019eaa2a2b81f2bc9138df959757 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
output := fmt.Sprintf("Hello From Lambda %s, the variable is %s", input.Name, os.Getenv("my-cool-variable")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment