public final class LambdaInvokerFactory extends Object
 
 public class Request {
     // Standard POJO stuff here modeling the input your Lambda function
     // expects.
 }
 
 public class Result {
     // More standard POJO stuff here modeling the output your Lambda
     // function produces.
 }
 
 public interface LambdaFunctions {
Copyright © 2015. All rights reserved.