class Aws::Lambda::Types::InvocationRequest
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/InvocationRequest AWS API Documentation
@return [String]
function.
Specify a version or alias to invoke a published version of the
@!attribute [rw] qualifier
@return [String]
‘–payload file://payload.json`.
“value” }’‘. You can also specify a file path. For example,
You can enter the JSON directly. For example, `–payload ’{ “key”:
The JSON that you want to provide to your Lambda function as input.
@!attribute [rw] payload
@return [String]
only.
‘ClientContext` object to your function for synchronous invocations
to pass to the function in the context object. Lambda passes the
Up to 3,583 bytes of base64-encoded data about the invoking client
@!attribute [rw] client_context
@return [String]
to synchronously invoked functions only.
Set to `Tail` to include the execution log in the response. Applies
@!attribute [rw] log_type
@return [String]
role has permission to invoke the function.
* `DryRun` – Validate parameter values and verify that the user or
is configured). The API response only includes a status code.
fail multiple times to the function’s dead-letter queue (if one
* ‘Event` – Invoke the function asynchronously. Send events that
additional data.
times out. The API response includes the function response and
Keep the connection open until the function returns a response or
* `RequestResponse` (default) – Invoke the function synchronously.
Choose from the following options.
@!attribute [rw] invocation_type
@return [String]
the function name, it is limited to 64 characters in length.
length constraint applies only to the full ARN. If you specify only
You can append a version number or alias to any of the formats. The
* **Partial ARN** – `123456789012:function:my-function`.
`arn:aws:lambda:us-west-2:123456789012:function:my-function`.
* **Function ARN** –
(with alias).
* **Function name** – `my-function` (name-only), `my-function:v1`
**Name formats**
The name or ARN of the Lambda function, version, or alias.
@!attribute [rw] function_name