Serverless computing: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 9:
 
== History ==
The first utility compute platform where developers simply wrote code online including billing at a functional level, creation of virtual resources as needed, exposure of functions as APIs was Zimki in 2006<ref name ='Zimki'>{{cite web|url=https://en.m.wikipedia.org/wiki/Platform_as_a_service}}</ref>.
[[Amazon Lambda|AWS Lambda]], introduced by Amazon in November 2014,<ref name='techcrunch-lambda-launch'>{{cite web|url=https://techcrunch.com/2014/11/13/amazon-launches-lambda-an-event-driven-compute-service/|title=Amazon Launches Lambda, An Event-Driven Compute Service|date=13 Nov 2014|accessdate=10 July 2016|last=Miller|first=Ron|website=[[TechCrunch]]}}</ref> was the first major provider considered to have a serverless offering. AWS Lambda initially launched with [[Node.js]] as the only runtime,<ref name='techcrunch-lambda-launch'/> but {{asof|2016|lc=1}} it now officially supports [[Python (programming language)|Python]] and [[Java (programming language)|Java]], and other languages such as [[Haskell (programming language)|Haskell]] can also be used by using Node.js as an invoker.<ref name='github-haskell-on-lambda'>{{cite web|url=https://github.com/abailly/aws-lambda-haskell|title=abailly/aws-lambda-haskell - Running Haskell code on AWS Lambda|website=[[GitHub]]|last=Bailly|first=Arnaud|date=14 June 2016|accessdate=10 July 2016}}</ref>
 
Google has released an alpha version of its serverless platform, which is called Google Cloud Functions,<ref name='vb-gcf'>{{cite web|url=http://venturebeat.com/2016/02/09/google-has-quietly-launched-its-answer-to-aws-lambda/|title=Google has quietly launched its answer to AWS Lambda|date=9 February 2016|accessdate=10 July 2016|last=Novet|first=Jordan|website=[[VentureBeat]]}}</ref> and supports Node.js.<ref name='forbes-gcf'>{{cite web|url=http://www.forbes.com/sites/janakirammsv/2016/02/09/google-brings-serverless-computing-to-its-cloud-platform/#5391a66525b8|title=Google Brings Serverless Computing To Its Cloud Platform|date=9 February 2016|accessdate=10 July 2016|last=MSV|first=Janakiram}}</ref>