String details
String type
String type
String type
String type
The exception type.
String type
The exception type.
String type
String type
String type
String type
String functionName
The name of the Lambda function, version, or alias.
Name formats
Function name - my-function
(name-only),
my-function:v1
(with alias).
Function ARN -
arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN - 123456789012:function:my-function
.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
Constraints:
Length: 1 - 170
Pattern:
(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\d{
1}:)?(\d{12}
:)?(function:)?([a-zA-Z0-9-_\.]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?
String invocationType
Choose from the following options.
RequestResponse
(default) - Invoke the function
synchronously. Keep the connection open until the function returns a
response or times out. The API response includes the function response
and additional data.
Event
- Invoke the function asynchronously. Send events that
fail multiple times to the function's dead-letter queue (if it's
configured). The API response only includes a status code.
DryRun
- Validate parameter values and verify that the user
or role has permission to invoke the function.
Constraints:
Allowed Values: Event, RequestResponse, DryRun
String logType
Set to Tail
to include the execution log in the response.
Constraints:
Allowed Values: None, Tail
String clientContext
Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.
ByteBuffer payload
The JSON that you want to provide to your Lambda function as input.
String qualifier
Specify a version or alias to invoke a published version of the function.
Constraints:
Length: 1 - 128
Pattern: (|[a-zA-Z0-9$_-]+)
Integer statusCode
The HTTP status code is in the 200 range for a successful request. For
the RequestResponse
invocation type, this status code is
200. For the Event
invocation type, this status code is 202.
For the DryRun
invocation type, the status code is 204.
String functionError
If present, indicates that an error occurred during function execution. Details about the error are included in the response payload.
String logResult
The last 4 KB of the execution log, which is base64 encoded.
ByteBuffer payload
The response from the function, or an error object.
String executedVersion
The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to.
Constraints:
Length: 1 - 1024
Pattern: (\$LATEST|[0-9]+)
String type
String type
String type
String type
String type
String type
The exception type.
String type
String type
The exception type.
String type
String type
String type
Copyright © 2020. All rights reserved.