Serverless Framework

From Wikipedia, the free encyclopedia
Serverless
Original author(s)Austen Collins
Initial releaseOctober 2015; 6 years ago (2015-10)
Stable release
2.38.0 / 23 April 2021; 8 months ago (2021-04-23)[1]
Repository
Written inNode.js
Operating systemCross-platform
Websitewww.serverless.com Edit this on Wikidata

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.[2] 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 , Google Cloud using Google Cloud Functions, Oracle Cloud using Oracle Fn,[3] Kubeless based on Kubernetes, Spotinst and Webtask by Auth0.[4]

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[5] and maintained by a full-time team.[6]

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

References[]

  1. ^ "Releases · serverless/serverless". github.com. Retrieved 2021-04-29.
  2. ^ "What Is Amazon Web Services? – QwikSkills". qwikskills.com (in American English). Retrieved 2021-12-11.
  3. ^ Krill, Paul. "Oracle joins the serverless computing fray with Fn". InfoWorld. Retrieved 2018-04-10.
  4. ^ "Serverless Infrastructure Providers". Serverless.com. Retrieved 2018-01-25.
  5. ^ "Backstory · Serverless". Serverless. Archived from the original on 2016-08-15. Retrieved 2016-02-25.
  6. ^ "serverless/serverless". GitHub. Retrieved 2016-02-25.
  7. ^ Amazon Web Services (2015-10-12). "AWS re:Invent 2015 | (DVO209) JAWS: The Monstrously Scalable Serverless Framework". Retrieved 2016-02-25.

External links[]

Retrieved from ""