com.amazonaws.services.lambda.invoke

Class LambdaInvokerFactory

    • Method Detail

      • build

        public static <T> T build(Class<T> interfaceClass,
                  AWSLambda awsLambda)
        Creates a new Lambda invoker implementing the given interface and wrapping the given AWSLambda client.
        Parameters:
        interfaceClass - the interface to implement
        awsLambda - the lambda client to use for making remote calls

Copyright © 2015. All rights reserved.