-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4000 from shaedrich/serverless
Add alias and related to topic "serverless"
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
--- | ||
aliases: serverless-architecture, serverless-examples | ||
aliases: serverless-architecture, serverless-examples, serverless-computing | ||
display_name: Serverless | ||
short_description: Serverless architecture refers to apps that depend on third-party | ||
services or custom code. | ||
topic: serverless | ||
wikipedia_url: https://en.wikipedia.org/wiki/Serverless_computing | ||
related: backend-as-a-service, functions-as-a-service, aws-lambda, google-cloud-platform | ||
--- | ||
Serverless architecture refers to apps that depend on third-party services (backend as a service, or BaaS) or custom code (functions as a service, or FaaS). Their goal is to free the developer and operator from managing the server their code runs on. | ||
**Serverless** architecture refers to apps that depend on third-party services (backend as a service, or BaaS) or custom code (functions as a service, or FaaS). Their goal is to free the developer and operator from managing the server their code runs on. |