Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda
|
Modifier and Type | Method and Description |
---|---|
InvokeResult |
AWSLambda.invoke(InvokeRequest invokeRequest)
Invokes a specific Lambda function.
|
InvokeResult |
AWSLambdaClient.invoke(InvokeRequest invokeRequest)
Invokes a specific Lambda function.
|
Modifier and Type | Method and Description |
---|---|
InvokeResult |
InvokeResult.withFunctionError(String functionError)
Indicates whether an error occurred while executing the Lambda function.
|
InvokeResult |
InvokeResult.withLogResult(String logResult)
It is the base64-encoded logs for the Lambda function invocation.
|
InvokeResult |
InvokeResult.withPayload(ByteBuffer payload)
It is the JSON representation of the object returned by the Lambda
function.
|
InvokeResult |
InvokeResult.withStatusCode(Integer statusCode)
The HTTP status code will be in the 200 range for successful request.
|
Copyright © 2017. All rights reserved.