Run the following shell script with ./delete-stack.sh to delete the serverless stack:
#!/usr/bin/env bash
. ./common-variables.sh
aws cloudformation delete-stack --stack-name $template --region $region --profile $profile
Run the following shell script with ./delete-stack.sh to delete the serverless stack:
#!/usr/bin/env bash
. ./common-variables.sh
aws cloudformation delete-stack --stack-name $template --region $region --profile $profile