#!/usr/bin/env bash

GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`

aws cloudformation delete-stack --profile twitch-vodapi-aws --stack-name vodapi-development-$GIT_BRANCH
aws cloudformation delete-stack --profile twitch-vodapi-aws --stack-name vodapi-pipeline-dev-$GIT_BRANCH
