Serverless computing: Difference between revisions

Content deleted Content added
Corrected typo
alternate name: FaaS
Line 1:
In'''Serverless computing''', also known as '''serverlessFunction computingas a Service (FaaS)''', is a [[cloud computing]] code [[execution (computing)|execution]] model in which the cloud provider fully manages starting and stopping [[virtual machines]] as necessary to serve requests, and requests are billed by an abstract measure of the resources required to satisfy the request, rather than per virtual machine, per hour.<ref name='techcrunch-lambda'>{{cite web|url=https://techcrunch.com/2015/11/24/aws-lamda-makes-serverless-applications-a-reality/|title=AWS Lambda Makes Serverless Applications A Reality|last=Miller|first=Ron|website=[[TechCrunch]]| date=24 Nov 2015|accessdate=10 July 2016}}</ref>
 
Despite the name, it does not actually involve running code without servers.<ref name='techcrunch-lambda'/> Serverless computing is so named because the business or person that owns the system does not have to purchase, rent or provision servers or virtual machines for the [[back-end]] code to run on.
Line 42:
== References ==
{{reflist}}
 
== Further reading ==
* {{cite web|last=Roberts|first=Mike|url=http://martinfowler.com/articles/serverless.html|date=25 July 2016|accessdate=30 July 2016|website=MartinFowler.com|title=Serverless Architectures}}
 
[[Category:Serverless computing| ]]