-
Notifications
You must be signed in to change notification settings - Fork 427
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
d159af6
commit 50f1efe
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 | ||
|
||
Introduction to Serverless: Setting Up, Deploying Functions, and Managing IAM Permissions | ||
|
||
## Names and KTH ID | ||
|
||
- Casper Kristiansson ([email protected]) | ||
|
||
## Deadline | ||
|
||
Deadline 2 for async tasks: Oct 8 2024, 17h Stockholm time | ||
|
||
## Category | ||
|
||
- Executable Tutorial | ||
|
||
## Description | ||
|
||
This tutorial will introduce the basic concepts of serverless computing and demonstrate how to set up and deploy serverless functions using Python. We will cover essential tasks such as configuring the environment, creating basic serverless functions, managing IAM permissions for security, and deploying containers in a serverless architecture. Additionally, we will demonstrate how to integrate serverless deployments into a CI/CD pipeline with Github Actions. | ||
|
||
**Relevance** | ||
|
||
As serverless computing becomes increasingly popular, understanding how to set up, deploy, and secure serverless applications is essential for modern DevOps practices. By reducing infrastructure management and automating scalability, serverless aligns with core DevOps principles, ensuring faster development cycles and improved collaboration. Furthermore, using IAM permissions guarantees secure operations, while deploying containers enhances flexibility in deploying more complex services. |