From bb1ede1afb06cc6fcb532961daf96d10ecd5216b Mon Sep 17 00:00:00 2001 From: Casper Kristiansson Date: Sun, 1 Sep 2024 15:50:37 +0200 Subject: [PATCH] Add README.md --- .../demo/week5/casperkr-nwijkman/README.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 contributions/demo/week5/casperkr-nwijkman/README.md diff --git a/contributions/demo/week5/casperkr-nwijkman/README.md b/contributions/demo/week5/casperkr-nwijkman/README.md new file mode 100644 index 0000000000..e5d00517a7 --- /dev/null +++ b/contributions/demo/week5/casperkr-nwijkman/README.md @@ -0,0 +1,25 @@ +# Assignment Proposal + +## Title + +Using Serverless and Terraform to automate the deployment of a web application to AWS + +## Names and KTH ID + - Casper Kristiansson (casperkr@kth.se) + - Nicole Wijkman(nwijkman@kth.se) + +## Deadline + +- Week 5 + +## Category + +- Demo + +## Description + +The goal of this assignment is to demonstrate how to automate the deployment of a web application to AWS using Serverless and Terraform. The web application will be a simple static website that displays a message. The deployment will be done using the Serverless framework and Terraform. The Serverless framework will be used to deploy the Lambda function that serves the website, and Terraform will be used to deploy the S3 bucket that hosts the website. Additionally, we will also have a database that will be destroyed during the demonstration. We will also demonstrate changing a serverless API endpoint and deploying it to AWS. + +**Relevance** + +This assignment is relevant to the course as it demonstrates how to automate the deployment of a web application to AWS using Serverless and Terraform. This is a common use case for Serverless and Terraform, and it is important to understand how to automate the deployment of web applications to AWS.