Skip to content

Instantly share code, notes, and snippets.

@amr-swalha
Created March 17, 2018 12:52
Show Gist options
  • Select an option

  • Save amr-swalha/46be42e44888e4056f80667a0aea93f3 to your computer and use it in GitHub Desktop.

Select an option

Save amr-swalha/46be42e44888e4056f80667a0aea93f3 to your computer and use it in GitHub Desktop.
FunctionHandler Student Parameter
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