TriggerInvalidation
- class aws_cdk.triggers.TriggerInvalidation(value)
Bases:
EnumDetermines.
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
currentVersionof the AWS Lambda function, which gets recreated every time the handler changes.