Commit 4969c91
authored
style(cdk): rename lifecycle event cdk-cleanup (#1092)
As a Lacework CDK developer,
I need a way to run cleanup event for my component,
So that I can remove any file, cache, libraries, etc. during component removal.
**Description**
When installing new CDK components, users use the command `lacework component install <component>`
which runs the lifecycle event `cdk-init`, this event helps components to deploy any necessary
file, cache, config, libraries, etc. during installation. When users want to uninstall the
component, we should have a cleanup event to remove anything deployed.
Jira: https://lacework.atlassian.net/browse/GROW-1081
Signed-off-by: Salim Afiune Maya <[email protected]>
Signed-off-by: Salim Afiune Maya <[email protected]>1 parent 606fc22 commit 4969c91
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
496 | | - | |
| 495 | + | |
| 496 | + | |
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| |||
0 commit comments