Skip to content

Commit 670b889

Browse files
thomas-tacquetRoRoJjcirinosclwy
authored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]> Co-authored-by: Jessica <[email protected]>
1 parent dc10b94 commit 670b889

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

faq/serverless-containers.mdx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ This process ensures a seamless update experience, minimizing user disruption du
3939

4040
## Can I upgrade Serverless Container resources (vCPU and RAM) at any time?
4141

42-
Yes, Serverless Containers ressources can be changed at any time without causing downtime, see previous question.
42+
Yes, Serverless Containers resources can be changed at any time without causing downtime - see the previous question for full details.
4343

4444
## How does scaling work in these serverless services?
4545

46-
Scaling in Serverless Containers and Serverless Functions is handled automatically by the platform. When demand increasesmore requests or eventsthe platform spins up additional instances to handle the load. When demand decreases, instances spin down. This ensures optimal performance without manual intervention.
46+
Scaling in Serverless Containers and Serverless Functions is handled automatically by the platform. When demand increases - more requests or events - the platform spins up additional instances to handle the load. When demand decreases, instances spin down. This ensures optimal performance without manual intervention.
4747

4848
## How do I integrate my serverless solutions with other Scaleway services?
4949

50-
Integration is straightforward. Serverless Functions and Containers can be triggered by events from Queues, SQS and SNS and can easily communicate with services like Managed databases or Serverless databases. Serverless Jobs can pull data from Object Storage or output processed results into a database. With managed connectors, APIs, and built-in integrations, linking to the broader Scaleway ecosystem is seamless.
50+
Integration is straightforward. Serverless Functions and Containers can be triggered by events from [Queues](/serverless/messaging/concepts/#queues) and [Topics and Events](/serverless/messaging/concepts/#topics-and-events), and can easily communicate with services like [Managed Databases](/managed-databases/) or [Serverless databases](/serverless/sql-databases/). [Serverless Jobs](/serverless/jobs/) can pull data from [Object Storage](/storage/object), or output processed results into a database. With managed connectors, APIs, and built-in integrations, linking to the broader Scaleway ecosystem is seamless.
5151

5252
## Can I migrate existing applications to Serverless Containers?
5353

@@ -188,26 +188,26 @@ solutions like Scaleway Object Storage.
188188
Currently, a new container instance will always start after each deployment, even if there is no traffic and the minimum
189189
scale is set to 0. This behavior is not configurable at this time.
190190

191-
## How can I store data in my Serverless ressource?
191+
## How can I store data in my Serverless resource?
192192

193-
Serverless ressources are by default [stateless](/serverless/containers/concepts/#stateless), local storage is ephemeral.
193+
Serverless resources are by default [stateless](/serverless/containers/concepts/#stateless), local storage is ephemeral.
194194

195-
In different use cases like saving results of analysis, exporting data etc... it can be important to save data. Serverless ressources can be connected to ressources from the Scaleway ecosystem.
195+
For some use cases, such as saving analysis results, exporting data etc., it can be important to save data. Serverless resources can be connected to other resources from the Scaleway ecosystem for this purpose:
196196

197197
### Databases
198198

199-
* **Serverless Databases**: Go full serverless and take the complexity out of PostgreSQL database operations.
200-
* **Managed MySQL / PostgreSQL**: Ensure scalability of your infrastructure and storage with our new generation of Managed Databases designed to scale on-demand according to your needs.
201-
* **Managed Database for Redis®**: Fully managed Redis®* in seconds.
202-
* **Managed MongoDB®**: Get the best of MongoDB® and Scaleway in one database.
199+
* [Serverless Databases](/serverless/sql-databases/): Go full serverless and take the complexity out of PostgreSQL database operations.
200+
* [Managed MySQL / PostgreSQL](/managed-databases/postgresql-and-mysql/): Ensure scalability of your infrastructure and storage with our new generation of Managed Databases designed to scale on-demand according to your needs.
201+
* [Managed Database for Redis®](/managed-databases/redis/): Fully managed Redis®* in seconds.
202+
* [Managed MongoDB®](/managed-databases/mongodb/): Get the best of MongoDB® and Scaleway in one database.
203203

204204
### Storage
205205

206-
* **Object storage**: Multi-AZ resilient object storage service ensuring high availability for your data.
207-
* **Scaleway Glacier**: Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
206+
* [Object Storage](/storage/object/): Multi-AZ resilient object storage service ensuring high availability for your data.
207+
* [Scaleway Glacier](/storage/object/): Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
208208

209209
<Message type="tip">
210-
Explore all Scaleway products on the console and select the right product for your use case.
210+
Explore all Scaleway products in the console and select the right product for your use case.
211211

212-
Some products are not listed but for example, on specific use cases Secret Manager can help you to store informations that requires versionning.
212+
Further integrations are also possible even if not listed above, for example, [Secret Manager](/identity-and-access-management/secret-manager/) can help you to store information that requires versioning.
213213
</Message>

faq/serverless-functions.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ category: serverless
1010
productIcon: FunctionsProductIcon
1111
---
1212

13-
## What is serverless computing and how does it differ from traditional cloud hosting?
13+
## What is serverless computing, and how does it differ from traditional cloud hosting?
1414

1515
Serverless computing is a cloud execution model where the cloud provider dynamically manages the allocation of compute resources. Unlike traditional hosting models, you don’t need to provision, scale, or maintain servers. Instead, you focus solely on writing and deploying your code, and the infrastructure scales automatically to meet demand.
1616

17-
## Why consider using Serverless Containers, Functions or Jobs for my projects?
17+
## Why consider using Serverless Containers, Functions, or Jobs for my projects?
1818

19-
These services allow you to build highly scalable, event-driven, and pay-as-you-go solutions. Serverless Containers and Functions help you create applications and microservices without worrying about server management, while Serverless Jobs let you run large-scale, parallel batch processing tasks efficiently. This can lead to faster development cycles, reduced operational overhead, and cost savings.
19+
These services allow you to build highly scalable, event-driven, and pay-as-you-go solutions. Serverless Containers and Functions help you create applications and microservices without worrying about server management, while Serverless Jobs lets you run large-scale, parallel batch-processing tasks efficiently. This can lead to faster development cycles, reduced operational overhead, and cost savings.
2020

2121
## What are the cost benefits of using serverless services like Serverless Containers and Serverless Functions?
2222

@@ -26,20 +26,20 @@ With serverless, you only pay for the compute resources you actually use. There
2626

2727
Scaling in Serverless Containers and Serverless Functions is handled automatically by the platform. When demand increases—more requests or events—the platform spins up additional instances to handle the load. When demand decreases, instances spin down. This ensures optimal performance without manual intervention.
2828

29-
## Does updates of Serverless Function can cause downtime?
29+
## Can updates of Serverless Function cause downtime?
3030

31-
No, when deploying a new version of your Serverless Function generates a **rolling update**. This means that a new version of the service is gradually
31+
No, deploying a new version of your Serverless Function generates a **rolling update**. This means that a new version of the service is gradually
3232
rolled out to your users without downtime. Here is how it works:
3333

3434
* When a new version of your function is deployed, the platform automatically starts routing traffic to the new version incrementally, while still serving requests from the old version until the new one is fully deployed.
35-
* Once the new version is successfully running, we gradually shifts all traffic to it, ensuring zero downtime.
35+
* Once the new version is successfully running, we gradually shift all traffic to it, ensuring zero downtime.
3636
* The old version is decommissioned once the new version is fully serving traffic.
3737

38-
This process ensures a seamless update experience, minimizing disruption to users during deployments. If needed, you can also manage traffic splitting between versions during the update process, allowing you to test new versions with a subset of traffic before fully migrating to it.
38+
This process ensures a seamless update experience, minimizing disruption to users during deployments. If needed, you can also manage traffic splitting between versions during the update process, allowing you to test new versions with a subset of traffic before fully migrating to them.
3939

40-
## Can I update Serverless Function ressources (vCPU and RAM) at any time?
40+
## Can I upgrade Serverless Function resources (vCPU and RAM) at any time?
4141

42-
Yes, Serverless Functions ressources can be changed at any time without causing downtime, see previous question.
42+
Yes, Serverless Functions resources can be changed at any time without causing downtime, see the previous question for full details.
4343

4444
## How do I integrate my serverless solutions with other Scaleway services?
4545

0 commit comments

Comments
 (0)