Testing Serverless Applications - Part 1
public interface IFunction : IDisposable | |
{ | |
IServiceLocator ServiceLocator { get; set; } | |
Task<HttpResponseMessage> InvokeAsync<TOptions>(HttpRequestMessage req, TOptions options = default(TOptions)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment