Ejemplo n.º 1
0
 /// <summary>
 /// This is the modified handler to use the wrapper with an asynchronous function.
 /// </summary>
 public async Task AsyncFunction(string input, ILambdaContext context)
 {
     await s_functionWrapper.InvokeAsync(OriginalAsyncFunction, input, context);
 }