Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week 5: Demo Proposal #2391

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading