Support Before / After Execution Hooks for CDK Operations #11344
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
I'm interested in some sort of hooks framework added to the CDK so that one can declare logic to execute after / before a cdk command. This would leave the use experience tied to the CDK user experience, instead of wrapping it in shell scripts etc.
Use Case
cdk deploy
(e.g. a lambda or dynamo table to invoke)cdk destroy
Proposed Solution
I don't have one, but ansible does this and its really useful https://github.com/openshift/openshift-ansible/blob/master/HOOKS.md
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: