You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/serverless-containers/reference-content/serverless-overview.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Serverless offers numerous advantages that can significantly enhance your develo
43
43
44
44
## How to control the costs of Serverless?
45
45
46
-
Serverless is inherently cost-transparent, tips to optimize costs:
46
+
Serverless is inherently cost-transparent. Here are some tips to optimize costs:
47
47
***Cost estimator:** When deploying Serverless resources via Scaleway Console, you can try different parameters to evaluate costs
48
48
***Best practices** Use efficient code with optimized libraries, ensuring a small resource footprint
49
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/)
@@ -103,7 +103,7 @@ Serverless products at Scaleway allow you to gradually migrate to Serverless, of
103
103
104
104
### Start small
105
105
106
-
***Small workloads:** Migrate non-critical workloads first, like parts of APIs, automations, and scheduled tasks
106
+
***Small workloads:** Migrate non-critical workloads first, like parts of APIs, automation, and scheduled tasks
107
107
***Proof of concept:** Use our tutorial and check our [scaleway/serverless-examples repository](https://github.com/scaleway/serverless-examples) for inspiration
108
108
109
109
### Hybrid architecture
@@ -130,7 +130,7 @@ Serverless is designed to eliminate infrastructure complexity, so teams can focu
130
130
131
131
### Learn Serverless basics
132
132
133
-
***Minimal learning curve:* Teams only need to understand event-driven architecture, container basics, and Scaleway’s serverless console/CLI
133
+
***Minimal learning curve:** Teams only need to understand event-driven architecture, container basics, and Scaleway’s serverless console/CLI
134
134
***Training resources:** Free tutorials, examples, and free-tier to experiment
135
135
136
136
## Is Serverless a good choice for a growing business?
@@ -139,7 +139,7 @@ Absolutely. Serverless is ideal for startups and scaling businesses due to its c
139
139
140
140
### Auto-Scaling for traffic spikes
141
141
142
-
***Zero manual intervention:* Automatically scale from zero to millions of requests during flash sales, marketing campaigns, or viral events
142
+
***Zero manual intervention:** Automatically scale from zero to millions of requests during flash sales, marketing campaigns, or viral events
143
143
***Example:** An e-commerce app handles black friday traffic seamlessly without provisioning extra resources
0 commit comments