Skip to content

Commit

Permalink
Add README for executable task
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperKristiansson committed Sep 22, 2024
1 parent d159af6 commit 50f1efe
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions contributions/executable-tutorial/casperkr/README.md
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.

0 comments on commit 50f1efe

Please sign in to comment.