diff --git a/content/roadmaps/114-software-architect/content/115-operations-knowledge/102-serverless-concepts.md b/content/roadmaps/114-software-architect/content/115-operations-knowledge/102-serverless-concepts.md
index 6d59cc0a2..8f7367c94 100644
--- a/content/roadmaps/114-software-architect/content/115-operations-knowledge/102-serverless-concepts.md
+++ b/content/roadmaps/114-software-architect/content/115-operations-knowledge/102-serverless-concepts.md
@@ -1 +1,10 @@
-# Serverless concepts
\ No newline at end of file
+# Serverless Concepts
+
+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.
+
+Free Content
+What is serverless?
+What is serverless computing?
+Serverless on AWS