Skip to content

Commit c599bbf

Browse files
Merge pull request #4000 from shaedrich/serverless
Add alias and related to topic "serverless"
2 parents 0b014bc + 8aee841 commit c599bbf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

topics/serverless/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
aliases: serverless-architecture, serverless-examples
2+
aliases: serverless-architecture, serverless-examples, serverless-computing
33
display_name: Serverless
44
short_description: Serverless architecture refers to apps that depend on third-party
55
services or custom code.
66
topic: serverless
77
wikipedia_url: https://en.wikipedia.org/wiki/Serverless_computing
8+
related: backend-as-a-service, functions-as-a-service, aws-lambda, google-cloud-platform
89
---
9-
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.
10+
**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.

0 commit comments

Comments
 (0)