Testing Serverless Applications - Part 2
// Returns an error response | |
public static async Task<HttpResponseMessage> Run(HttpRequestMessage req, ILogger log) | |
{ | |
return req.CreateResponse(HttpStatusCode.BadRequest); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment