Content deleted Content added
PaaS is too jargon-y for the lede, readers unfamiliar with the term will have to click through just to find out what the acronym stands for. |
→See also: removed red link and link that is already in article body, per WP:NOTSEEALSO; no external links in article body per WP:EL |
||
Line 1:
{{merge from|Function as a Service|date=July 2016}}
'''Serverless computing''', also known as '''
Despite the name, it does not actually involve running code without servers.<ref name='techcrunch-lambda'/> The name "
Serverless code can be used in conjunction with code written in traditional server style, such as [[microservices]]. For example, part of a [[web application]] could be written as microservices and another part could be written as serverless code. Alternatively, an application could be written that uses no provisioned servers at all, being completely serverless.<ref name='lambda-api-gateway'/>
Line 13:
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>
IBM announced [[
Swift, OpenWhisk and APIs – Reflections on IBM InterConnect|date=29 February 2016|last=Ryan|first=Fintan}}</ref> In addition to supporting functions as a service, OpenWhisk offers features that include user-defined triggers, function execution rules, function composition via sequences, and a model for sharing assets via packages. OpenWhisk may be hosted on premise or hosted as a service as is the case with
Microsoft followed up in 2016 by announcing Azure Functions, a technology usable in both the Azure public cloud and on any other cloud environment, public or private.<ref name='techcrunch-azure'>{{cite web|url=https://techcrunch.com/2016/03/31/microsoft-answers-aws-lambdas-event-triggered-serverless-apps-with-azure-functions/|title=Microsoft answers AWS Lambda’s event-triggered serverless apps with Azure Functions|date=31 March 2016|accessdate=10 July 2016|last=Miller|first=Ron|website=[[TechCrunch]]}}</ref> Azure functions have been generally available for production use since November 2016.<ref name='azure-ga'>{{cite web|url=https://azure.microsoft.com/en-us/updates/azure-functions-is-now-generally-available/|title=General availability: Azure Functions|date=16 November 2016|accessdate=21 November 2016}}</ref>
== Advantages ==
Line 37:
=== Monitoring and debugging ===
Diagnosing performance or excessive resource usage problems with serverless code may be more difficult than with traditional server code, because although entire functions can be timed,<ref name='lambda-api-gateway'>{{cite web|url=http://www.forbes.com/sites/janakirammsv/2015/07/16/paas-vendors-watch-out-amazon-is-all-set-to-disrupt-the-market/|title=PaaS Vendors, Watch Out! Amazon Is All Set To Disrupt the Market|last=MSV|first=Janakiram|date=16 July 2015|accessdate=10 July 2016}}</ref> there is typically no ability to dig into more detail by attaching [[profiling (computer programming)|profilers]], [[debugger]]s or [[Application Performance Management|APM]] tools. Furthermore, the environment in which the code runs is typically not [[open source]], so its performance characteristics cannot be precisely replicated in a [[Deployment environment#Development|local environment]]. However, Amazon plans to provide AWS Lambda support in its APM and tracing technology called
== See also ==
* [[Serverless Framework]], a [[software framework]] for creating serverless systems on AWS Lambda with Node.js or Python
== References ==
|