Skip to content

Latest commit

 

History

History

Serverless

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Serverless

What is Serverless?

"Serverless is a cloud-native development model that allows developers to build and run applications without having to manage servers. There are still servers in serverless, but they are abstracted away from app development. A cloud provider handles the routine work of provisioning, maintaining, and scaling the server infrastructure. Developers can simply package their code in containers for deployment." - source

Why should you learn about Serverless as a student?

You are building an application for yourself and your peers to manage your coursework and study progress. Building it in a serverless environment is the easiest and fastest way to create this application. You can build an API to manage schedules and attendance with endpoints that your front-end application can call to trigger functions in the cloud.

You can learn more about serverless by visiting Serverless on AWS


Level 1️⃣ - Getting Started

Title Description Format
AppSync Immersion Day The AWS AppSync immersion day workshop provides an introduction to implementing serverless GraphQl APIs connected to multiple data sources with AppSync Workshop, Labs
Lambda and DynamoDB Workshop A self-guided workshop on GitHub guiding you through connecting a Lambda function to a DynamoDB database Workshop
Serverless 101 Videos describing serverless concepts Videos

Level 2️⃣ - Intermediate

Title Description Format
EMR Serverless Workshop This workshop shows you how to configure and run EMR Serverless and try out various features and use cases Workshop, Labs
Serverless Learning Plan A Serverless Learning Plan pulls together training content for a serverless technologies. Organized assets from foundational to advanced. Use this Learning Plans as a starting point to discover training about serverless. Videos
Wild Rydes Serverless Workshops 15 intermediate level workshops to explore many aspects of serverless architecture Workshop

Level 3️⃣ - Advanced

Title Description Format
AWS Serverless Data Lake Jumpstart This workshop is prepared to guide participants on how to use AWS serverless services to build a cloud-native and future-proof serverless data lake architecture. Workshop, Labs
Serverless Optimization Workshop (Performance and Cost) A hands-on look at some best practice techniques to optimize your serverless workloads to reduce costs and improve performance. Workshop, Labs