Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information