-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdc0ead
commit bb1ede1
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |