From 630cdf2865ff153e9f2d6dca6172a63f7d9eb9dc Mon Sep 17 00:00:00 2001 From: Florian Motlik Date: Wed, 12 Oct 2016 14:41:29 +0200 Subject: [PATCH] Add Serverless name description --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 822b4f2df..b50bb5119 100755 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Serverless is an MIT open-source project, actively maintained by a full-time, ve * [Features](#features) * [Plugins](#v1-plugins) * [Example Projects](#v1-projects) +* [Why Serverless?](#why-serverless) * [Contributing](#contributing) * [Community](#community) * [Consultants](#consultants) @@ -123,6 +124,10 @@ Use these plugins to overwrite or extend the Framework's functionality... * [serverless-react-boilerplate](https://github.com/99xt/serverless-react-boilerplate) * [serverless-delivery-framework](https://github.com/99xt/serverless-delivery-framework) +## Why Serverless? + +We want to make sure that you and your team don't have to manage or think about Servers in your day to day development. Through AWS Lambda and similar Function as a Service providers you can focus on building your business code without having to worry about operations. While there are of course still servers running, you don't have to think about them. This turns you into a Serverless Team and thats why we think Serverless is a fitting name. + ## Contributing We love our contributors! Please read our [Contributing Document](CONTRIBUTING.md) to learn how you can start working on the Framework yourself.