TriggerInvalidation
- class aws_cdk.triggers.TriggerInvalidation(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
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.