From 64e0e5ec8954e90344254a5257a55fced35a75be Mon Sep 17 00:00:00 2001 From: Manohar Kumar P <89695803+Man07har@users.noreply.github.com> Date: Wed, 12 Oct 2022 02:50:48 +0530 Subject: [PATCH] Add serverless concepts (#2377) * serverless concept * Update content/roadmaps/114-software-architect/content/115-operations-knowledge/102-serverless-concepts.md Co-authored-by: Kamran Ahmed --- .../102-serverless-concepts.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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