Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperKristiansson committed Sep 1, 2024
1 parent fdc0ead commit bb1ede1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions contributions/demo/week5/casperkr-nwijkman/README.md
Original file line number Diff line number Diff line change
@@ -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 ([email protected])
- Nicole Wijkman([email protected])

## 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.

0 comments on commit bb1ede1

Please sign in to comment.