diff --git a/content/roadmaps/101-backend/content/115-architectural-patterns/104-serverless.md b/content/roadmaps/101-backend/content/115-architectural-patterns/104-serverless.md
index 0ef70d396..65f49a4e9 100644
--- a/content/roadmaps/101-backend/content/115-architectural-patterns/104-serverless.md
+++ b/content/roadmaps/101-backend/content/115-architectural-patterns/104-serverless.md
@@ -1 +1,8 @@
-# Serverless
\ No newline at end of file
+# Serverless
+
+Serverless is an architecture in which a developer builds and runs applications without provisioning or managing servers. With cloud computing/serverless, servers exist but are managed by the cloud provider. Resources are used as they are needed, on demand and often using auto scaling.
+
+Free Content
+Serverless
+AWS Services
+Serverless Computing in 100 Seconds