Serverless Framework

The Serverless Framework is a free and open-source web framework written using Node.js. Serverless is the first framework developed for building applications on AWS Lambda, a serverless computing platform provided by Amazon as a part of Amazon Web Services. Currently, applications developed with Serverless can be deployed to other function as a service providers, including Microsoft Azure with Azure Functions, IBM Bluemix with IBM Cloud Functions based on Apache OpenWhisk, Google Cloud using Google Cloud Functions, Oracle Cloud using Oracle Fn,[1] Kubeless based on Kubernetes, Spotinst and Webtask by Auth0.[2]

Serverless
Original author(s)Austen Collins
Initial releaseOctober 2015 (2015-10)
Stable release
2.15.0 / 4 December 2020 (2020-12-04)
Repositorygithub.com/serverless/serverless
Written inNode.js
Operating systemCross-platform
Websitewww.serverless.com 

A Serverless app can simply be a couple of lambda functions to accomplish some tasks, or an entire back-end composed of hundreds of lambda functions. Serverless supports all runtimes offered within the cloud provider chosen. Serverless is developed by Austen Collins[3] and maintained by a full-time team.[4]

It was first introduced in October 2015 under the name JAWS.[5]

References

  1. Krill, Paul. "Oracle joins the serverless computing fray with Fn". InfoWorld. Retrieved 2018-04-10.
  2. "Serverless Infrastructure Providers". Serverless.com. Retrieved 2018-01-25.
  3. "Backstory ยท Serverless". Serverless. Retrieved 2016-02-25.
  4. "serverless/serverless". GitHub. Retrieved 2016-02-25.
  5. Amazon Web Services (2015-10-12). "AWS re:Invent 2015 | (DVO209) JAWS: The Monstrously Scalable Serverless Framework". Retrieved 2016-02-25.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.