You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The content you are editing has changed. Please copy your edits and refresh the page.
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 CodePipelineNon 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 methodTasks
The text was updated successfully, but these errors were encountered: