Package | Description |
---|---|
com.amazonaws.services.lambda.invoke |
A higher-level wrapper for AWS Lambda's Invoke operation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLambdaFunctionNameResolver
Determine function name from the
LambdaFunction annotation's functionName attribute if
present otherwise uses the method name. |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionNameResolver |
LambdaInvokerFactoryConfig.getLambdaFunctionNameResolver()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LambdaInvokerFactory.Builder |
LambdaInvokerFactory.Builder.lambdaFunctionNameResolver(LambdaFunctionNameResolver functionNameResolver)
Sets a new Function name resolver to override the default behavior.
|
LambdaInvokerFactoryConfig |
LambdaInvokerFactoryConfig.withLambdaFunctionNameResolver(LambdaFunctionNameResolver functionNameResolver)
Deprecated.
Use
LambdaInvokerFactory.builder() to configure invoker factory. |
Copyright © 2018. All rights reserved.