Skip to content

Instantly share code, notes, and snippets.

@cagdas1
Created February 20, 2020 20:24
Show Gist options
  • Save cagdas1/89b53f549074333314083049fb225dc6 to your computer and use it in GitHub Desktop.
Save cagdas1/89b53f549074333314083049fb225dc6 to your computer and use it in GitHub Desktop.
const { execSync } = require("child_process");
execSync(`cdk destroy --app='node PinpointStack.js' PinpointStack`, {stdio: 'inherit'});
execSync(`cdk destroy --app='node CallServiceStack.js' CallServiceStack`, {stdio: 'inherit'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment