Package | Description |
---|---|
com.amazonaws.services.lambda.invoke |
A higher-level wrapper for AWS Lambda's Invoke operation.
|
Modifier and Type | Method and Description |
---|---|
static LambdaInvokerFactory.Builder |
LambdaInvokerFactory.builder() |
LambdaInvokerFactory.Builder |
LambdaInvokerFactory.Builder.functionAlias(String functionAlias)
Sets the function alias to invoke.
|
LambdaInvokerFactory.Builder |
LambdaInvokerFactory.Builder.functionVersion(String functionVersion)
Sets the function version to invoke.
|
LambdaInvokerFactory.Builder |
LambdaInvokerFactory.Builder.lambdaClient(AWSLambda lambda)
Sets the client to use to call AWS Lambda.
|
LambdaInvokerFactory.Builder |
LambdaInvokerFactory.Builder.lambdaFunctionNameResolver(LambdaFunctionNameResolver functionNameResolver)
Sets a new Function name resolver to override the default behavior.
|
LambdaInvokerFactory.Builder |
LambdaInvokerFactory.Builder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Sets the ObjectMapper used to (de-)serialize payload if you do not wish to use the default mapper.
|
Copyright © 2022. All rights reserved.