Created
March 17, 2018 12:52
-
-
Save amr-swalha/46be42e44888e4056f80667a0aea93f3 to your computer and use it in GitHub Desktop.
FunctionHandler Student Parameter
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
| public string FunctionHandler(Student input, ILambdaContext context) | |
| { | |
| return $"Name: {input.Name}, Email: {input.Email}"; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment