aws-cdk-lib.aws_ses_actions.LambdaInvocationType

enum LambdaInvocationType

LanguageType name
.NETAmazon.CDK.AWS.SES.Actions.LambdaInvocationType
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssesactions#LambdaInvocationType
Javasoftware.amazon.awscdk.services.ses.actions.LambdaInvocationType
Pythonaws_cdk.aws_ses_actions.LambdaInvocationType
TypeScript (source)aws-cdk-lib » aws_ses_actions » LambdaInvocationType

The type of invocation to use for a Lambda Action.

Members

NameDescription
EVENTThe function will be invoked asynchronously.
REQUEST_RESPONSEThe function will be invoked sychronously.

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.