Skip to content

Commit

Permalink
added delete stack script
Browse files Browse the repository at this point in the history
  • Loading branch information
SirPhemmiey committed Jun 26, 2022
1 parent fef8231 commit 28bc37a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions delete.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
aws cloudformation delete-stack --stack-name $1 --region=us-east-1


#./delete.sh stack.yaml stack-parameters.json
33 changes: 33 additions & 0 deletions udagram.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Udagram Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans">
</head>
<body>
<header class="page-header">
<h1>it works! Hahaha</h1>
</header>
<div class="container">
<main>
<h2 class="visuallyhidden">Articles</h2>
<article>
<header>
<h3>Oluwafemi</h3>
<time datetime="2016-05-12T08:00">June 26</time>
</header>

<p>This is a simple place holder to show that it works</p>

<a class="read-more" href="#">Read more</a>
</article>
</main>
</div>
<footer>
Made with &hearts; by Oluwafemi
</footer>
</body>
</html>
3 changes: 3 additions & 0 deletions validate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
aws cloudformation validate-template --template-body file://$1

#./validate.sh stack.yaml stack-parameters.json

0 comments on commit 28bc37a

Please sign in to comment.