diff --git a/topics/serverless/index.md b/topics/serverless/index.md index cc49e2a7424..f62112e8170 100644 --- a/topics/serverless/index.md +++ b/topics/serverless/index.md @@ -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.