Skip to content

Commit 1515a67

Browse files
committed
feat(srv): update
1 parent e40fb19 commit 1515a67

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

pages/serverless-containers/reference-content/serverless-overview.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ categories:
1818

1919
Serverless computing is a cloud computing model where the cloud providers manage the infrastructure and dynamically allocate computing resources as needed.
2020

21-
This means that there is no need to provision machines, manage a cluster, or pay for servers. Your application code is executed on demand, and you only pay for the computing time consumed by your software.
21+
This means that there is no need for users to provision machines, manage a cluster, or pay for servers. Your application code is executed on demand, and you only pay for the computing time consumed by your software.
2222

2323
This approach enables greater scalability, flexibility, and cost-effectiveness.
2424

@@ -27,29 +27,29 @@ Key features:
2727
* **No server management:** No need to provision, maintain, or manage servers
2828
* **Pay as you go:** Only pay for the computing time you consume, making it cost-effective
2929

30-
Serverless is not limited to Serverless Functions which is perfect to deploy small chunks of code, it can also directly deploy containers on Serverless Containers and Serverless Jobs.
30+
The Scaleway Serverless ecosystem is not limited to Serverless Functions, which is perfect to deploy small chunks of code. You can also directly deploy containers on Serverless Containers and Serverless Jobs.
3131
Refer to the [differences between Functions, Jobs, and Containers](/serverless-containers/reference-content/difference-jobs-functions-containers/) for more information on Scaleway's different Serverless products.
3232

3333
## Why Serverless?
3434

3535
Serverless offers numerous advantages that can significantly enhance your development and operational efficiency:
3636

37-
* **Cost savings:** You only pay for the compute time your code uses, which can lead to significant cost reductions. No idle resources
37+
* **Cost savings:** You only pay for the compute time your code uses, which can lead to significant cost reductions. No idle resources are left running and incurring unnecessary costs
3838
* **Scalability:** Automatically scale your applications to handle varying loads without manual intervention. It is perfect for seasonal traffic and viral apps
3939
* **Faster time to market:** Focus on writing code rather than managing infrastructure, accelerating your development cycles
4040
* **Reduced operational overhead:** Let the cloud provider handle server maintenance, updates, and scaling, freeing up your team to focus on innovation
4141
* **Eco-friendly:** Optimized resource usage reduces wasted energy
42-
* **Focus on apps:** you can put all your energy into the application value instead of managing infrastructures
42+
* **Focus on apps:** You can put all your energy into building application value instead of managing infrastructure
4343

44-
## How to control the costs of Serverless?
44+
## How to control Serverless costs
4545

4646
Serverless is inherently cost-transparent. Here are some tips to optimize costs:
47-
* **Cost estimator:** When deploying Serverless resources via Scaleway Console, you can try different parameters to evaluate costs
47+
* **Cost estimator:** When deploying Serverless resources via the Scaleway console, you can try different parameters to evaluate costs
4848
* **Best practices** Use efficient code with optimized libraries, ensuring a small resource footprint
49-
* **Monitoring** Monitor usage with built-in observability and use Cost Manager: [How to use cost manager documentation](/billing/how-to/use-the-cost-manager/)
49+
* **Monitoring** Monitor usage with built-in observability and use Cost Manager: [How to use cost manager](/billing/how-to/use-the-cost-manager/)
5050
* **Parameters** Define a max-scale setting according to traffic spikes
5151

52-
Remember: Serverless eliminates upfront capital expenses and reduces operational costs giving you predictable, granular billing.
52+
Serverless eliminates upfront capital expenses and reduces operational costs, giving you predictable, granular billing.
5353

5454
## Ready to go Serverless?
5555

@@ -59,9 +59,9 @@ Whether you are a startup scaling rapidly or an enterprise modernizing legacy sy
5959
You can fully deploy your API on Serverless or use it to empower and add automation to your infrastructure.
6060
Serverless is excellent at handling traffic spikes, which is useful for offloading regular servers during special events.
6161

62-
## Is my application a good fit for serverless?
62+
## Is my application a good fit for Serverless?
6363

64-
Most applications can benefit from serverless. Check some use cases:
64+
Most applications can benefit from Serverless. Check out some use cases:
6565

6666
* **Event-driven workloads:** file processing, real-time notification, IoT data streams
6767
* **Microservices and APIs:** Stateless, short-lived tasks (e.g., user authentication, payment processing, etc.)
@@ -82,7 +82,7 @@ Scaleway provides full observability:
8282
* **Local debugging:** Test containers locally using the Serverless CLI and emulator
8383
* **Error Reporting:** Automatic alerts for failed invocations or resource bottlenecks via Cockpit. See [how to configure alerts for Serverless Containers](/serverless-containers/how-to/configure-alerts-containers/)
8484

85-
As our Serverless environment does not encourage vendor-locking, you can easily debug your container locally.
85+
As our Serverless environment does not encourage vendor lock-in, you can easily debug your container locally.
8686

8787
## Will Serverless lock me into the ecosystem?
8888

@@ -97,7 +97,7 @@ We believe in empowering your freedom to choose, adapt, and evolve. Here is how
9797
- **No forced dependencies**: Some providers require customers to import specific libraries to work properly. We do not.
9898
- **Open APIs**: Manage Serverless Containers via REST APIs, Terraform, CLI, and more with no proprietary control required.
9999

100-
## How to migrate to a Serverless ecosystem?
100+
## How to migrate to a Serverless ecosystem
101101

102102
Serverless products at Scaleway allow you to gradually migrate to Serverless, offering different strategies:
103103

@@ -131,7 +131,7 @@ Serverless is designed to eliminate infrastructure complexity, so teams can focu
131131
### Learn Serverless basics
132132

133133
* **Minimal learning curve:** Teams only need to understand event-driven architecture, container basics, and Scaleway’s serverless console/CLI
134-
* **Training resources:** Free tutorials, examples, and free-tier to experiment
134+
* **Training resources:** Free tutorials, examples, and free tier for experiments and testing
135135

136136
## Is Serverless a good choice for a growing business?
137137

@@ -140,7 +140,7 @@ Absolutely. Serverless is ideal for startups and scaling businesses due to its c
140140
### Auto-Scaling for traffic spikes
141141

142142
* **Zero manual intervention:** Automatically scale from zero to millions of requests during flash sales, marketing campaigns, or viral events
143-
* **Example:** An e-commerce app handles black friday traffic seamlessly without provisioning extra resources
143+
* **Example:** An e-commerce app handles Black Friday traffic seamlessly without provisioning extra resources
144144

145145
### Pay-as-you-go cost model
146146

@@ -155,4 +155,4 @@ Absolutely. Serverless is ideal for startups and scaling businesses due to its c
155155
### Enterprise-Ready as you scale
156156

157157
* **SLAs and security:** Check our [SLA page](https://www.scaleway.com/en/terms/sla/)
158-
* **Hybrid flexibility:** Seamlessly integrate with other Scaleway services (e.g., databases, messaging, AI/ML) to support complex workflows
158+
* **Hybrid flexibility:** Seamlessly integrate with other Scaleway services (e.g., Managed Databases, Queues, Topics and Events, and Managed Inference) to support complex workflows

pages/serverless-functions/reference-content/serverless-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Serverless is inherently cost-transparent. Here are some tips to optimize costs:
4949
* **Monitoring** Monitor usage with built-in observability and use Cost Manager: [How to use cost manager](/billing/how-to/use-the-cost-manager/)
5050
* **Parameters** Define a max-scale setting according to traffic spikes
5151

52-
Remember: Serverless eliminates upfront capital expenses and reduces operational costs giving you predictable, granular billing.
52+
Serverless eliminates upfront capital expenses and reduces operational costs, giving you predictable, granular billing.
5353

5454
## Ready to go Serverless?
5555

0 commit comments

Comments
 (0)