| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.invoke | 
 A higher-level wrapper for AWS Lambda's Invoke operation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LambdaInvokerFactoryConfig | 
LambdaInvokerFactoryConfig.withLambdaFunctionNameResolver(LambdaFunctionNameResolver functionNameResolver)
Deprecated. 
 
Use  
LambdaInvokerFactory.builder() to configure invoker factory. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> T | 
LambdaInvokerFactory.build(Class<T> interfaceClass,
     AWSLambda awsLambda,
     LambdaInvokerFactoryConfig config)
Deprecated. 
 
Use  
LambdaInvokerFactory.builder() to configure invoker factory. | 
String | 
LambdaFunctionNameResolver.getFunctionName(Method method,
               LambdaFunction annotation,
               LambdaInvokerFactoryConfig config)  | 
String | 
DefaultLambdaFunctionNameResolver.getFunctionName(Method method,
               LambdaFunction annotation,
               LambdaInvokerFactoryConfig config)  | 
Copyright © 2022. All rights reserved.