From aaef9d172a4f8c82154c6246765a24dfdbc87c41 Mon Sep 17 00:00:00 2001 From: Kyle Thorpe Date: Fri, 4 Feb 2022 01:13:37 -0500 Subject: [PATCH] Add content for Serverless (#1104) Add description and resources for serverless --- .../content/115-architectural-patterns/104-serverless.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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