Skip to content

Commit a3013cc

Browse files
committed
docs(srv): update
1 parent 0798f70 commit a3013cc

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

pages/serverless-functions/concepts.mdx

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ dates:
66
validation: 2025-05-27
77
---
88

9+
import ServerlessConcepts from '@macros/serverless/serverless-concepts.mdx'
10+
11+
912
## Autoscaling
1013

1114
Autoscaling refers to the ability of Serverless Functions to automatically adjust the number of instances without manual intervention.
@@ -181,21 +184,7 @@ For more details about the advantages of using Serverless, [read the Serverless
181184

182185
Serverless.com (Serverless Framework) is a tool that enables the deployment of serverless applications without having to manage Serverless Function's API call. Just write your configuration in a YAML and deploy, it handles everything.
183186

184-
## Serverless Containers
185-
186-
Serverless Containers is a fully managed service that enables you to run containerized applications in a scalable and serverless environment.
187-
188-
It automatically handles infrastructure management, scaling, and load balancing, allowing you to focus on writing code without worrying about servers or clusters. Serverless Containers supports any language, framework, or binary that can run in a container, and it integrates seamlessly with other Scaleway services, making it ideal for deploying modern, event-driven, and API-based applications.
189-
190-
## Serverless Functions
191-
192-
Serverless Functions are fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
193-
194-
These functions automatically scale based on demand and are designed to be lightweight, event-driven, and easily deployable, eliminating the need to worry about infrastructure management. Functions is built on top of Serverless Containers, meaning you can run your functions packaged in containers and have them scale efficiently.
195-
196-
## Serverless Jobs
197-
198-
Serverless Jobs are similar to Serverless Containers but are better suited for running longer workloads. See [the comparison between Serverless products](/serverless-functions/reference-content/difference-jobs-functions-containers) for more information.
187+
<ServerlessConcepts />
199188

200189
## Stateless
201190

0 commit comments

Comments
 (0)