InvocationType

class aws_cdk.aws_stepfunctions_tasks.InvocationType(value)

Bases: Enum

(deprecated) Invocation type of a Lambda.

Deprecated:

use LambdaInvocationType

Stability:

deprecated

Attributes

DRY_RUN

(deprecated) TValidate parameter values and verify that the user or role has permission to invoke the function.

Stability:

deprecated

EVENT

(deprecated) Invoke 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.

Stability:

deprecated

REQUEST_RESPONSE

(deprecated) Invoke synchronously.

The API response includes the function response and additional data.

Stability:

deprecated