TriggerInvalidation

class aws_cdk.triggers.TriggerInvalidation(value)

Bases: Enum

Determines.

Attributes

HANDLER_CHANGE

The trigger will be executed every time the handler (or its configuration) changes.

This is implemented by associated the trigger with the currentVersion of the AWS Lambda function, which gets recreated every time the handler changes.