aws-ddk icon indicating copy to clipboard operation
aws-ddk copied to clipboard

core: Construct for Drift Detection for DataOps

Open anmolsgandhi opened this issue 1 year ago • 0 comments

Create a construct that can help with drift detection. It should cover deploying a solution for drift detection, customizing a schedule for executing drift and add alarms/notifications in case of drift. Below are some usecases

CICD usecase CICDPipelineStack.addDriftDetect(...) --> this should cover all stacks in the scope of the CodePipeline

Non CICD Usecase DriftDetection() --> this should cover the stack that is being deployed or all DDK stacks in an aws account/region or list of stack passed to the method

### Tasks

anmolsgandhi avatar Jun 30 '23 19:06 anmolsgandhi