fireflycons / PSCloudFormation

Easy CloudFormation deployments from PowerShell command line. Exports CloudFormation Stacks to Terraform
MIT License
6 stars 0 forks source link

Mechanism to cancel stack update. #87

Closed fireflycons closed 3 years ago

fireflycons commented 3 years ago

It is possible to cancel a stack that is in state UPDATE_IN_PROGRESS, forcing the changes applied so far to roll back.

Add a keypress handler thread to issue a CancelUpdateStack call if ESC is pressed 3 times in 1 second