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() |
Modifier and Type | Method and Description |
---|---|
LambdaInvokerFactoryConfig |
LambdaInvokerFactoryConfig.withLambdaFunctionNameResolver(LambdaFunctionNameResolver functionNameResolver)
Sets a new Function name resolver to override the default behavior.
|
Copyright © 2016. All rights reserved.