Skip to content

Commit

Permalink
Merge pull request #4000 from shaedrich/serverless
Browse files Browse the repository at this point in the history
Add alias and related to topic "serverless"
  • Loading branch information
octokatherine authored Oct 29, 2023
2 parents 0b014bc + 8aee841 commit c599bbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions topics/serverless/index.md
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.

0 comments on commit c599bbf

Please sign in to comment.