LambdaInvocationType

class aws_cdk.aws_ses_actions.LambdaInvocationType(value)

Bases: Enum

The type of invocation to use for a Lambda Action.

Attributes

EVENT

The function will be invoked asynchronously.

REQUEST_RESPONSE

The function will be invoked sychronously.

Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.