From 37277629949da7c3b963b45491d7e412fec3ea4d Mon Sep 17 00:00:00 2001 From: Casper Kristiansson <36133918+CasperKristiansson@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:46:22 +0200 Subject: [PATCH] Add README.md (#2391) --- .../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.