Skip to content

Commit 66a0ab0

Browse files
committed
chore(gen): update
1 parent e6c6827 commit 66a0ab0

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

faq/serverless-functions.mdx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content:
66
h1: Serverless Functions
77
hero: assets/faas.webp
88
dates:
9-
validation: 2024-03-25
9+
validation: 2024-10-03
1010
category: serverless
1111
---
1212

@@ -16,21 +16,21 @@ category: serverless
1616

1717
Serverless Functions is billed on a pay-as-you-go basis. Three components are taken into account:
1818

19-
* **Monthly Request number:** each time your function is invoked we increase a counter.
19+
* **Monthly request number:** each time your function is invoked we increase a counter.
2020

2121
* **Resource consumption:** this component is obtained by multiplying the memory tiers chosen by the duration of each function invocation.
2222

23-
* **Resources provision:** in order to mitigate cold start, users can choose to keep some function Instances warm (by filing the min scale value). We then charge for the provisioned resources similarly to the Resources consumption component.
23+
* **Resources provision:** in order to mitigate cold start, users can choose to keep some function instances warm (by filing the minimum scale value). We then charge for the provisioned resources similarly to the Resources consumption component.
2424

2525
The scheme below illustrates our billing model:
2626

2727
<Lightbox src={["scaleway-Billing-FaaS-1-DEF.webp", "scaleway-Billing-FaaS-2-DEF.webp"]} size={"medium"} alt={["Functions Billing", "Functions Billing"]} />
2828

2929
### Pricing
3030

31-
* **Monthly requests:** **€0.15 per million requests** and we offer **1M free requests** per account per month.
31+
* **Monthly requests:** **€0.15 per million requests**, and we offer **1M free requests** per account per month.
3232

33-
* **Resources consumption:** **€1.20 per 100 000 GB-s** and we provide **400 000 GB-s free tiers** per account and per month.
33+
* **Resources consumption:** **€1.20 per 100 000 GB-s**, and we provide **400 000 GB-s free tiers** per account and per month.
3434

3535
| Memory provisioned | Cost per second |
3636
|---------------------|-----------------|
@@ -157,7 +157,7 @@ Serverless Functions use cases are wide so [several ways to deploy functions](/s
157157

158158
## How can I test my functions locally?
159159

160-
Local development is useful for debugging, profiling, testing etc... so we provide libraries to do this: [local testing doc](/serverless/functions/reference-content/local-testing/).
160+
Scaleway provide libraries to run your functions locally, for debugging, profiling, and testing purposes. Refer to the [dedicated documentation](/serverless/functions/reference-content/local-testing/) for more information.
161161

162162
## Where can I find some advanced code examples for functions?
163163

@@ -166,10 +166,14 @@ Check out our [serverless-examples repository](https://github.com/scaleway/serve
166166
## How to migrate runtimes?
167167

168168
There are no constraints when changing a function runtime, you simply need to choose the runtime version you want.
169+
<<<<<<< HEAD
169170
Upgrading a runtime is highly recommended in case of deprecation, and for runtimes that have reached end-of-support or end-of-life. See the [functions runtimes lifecycle documentation](/serverless/functions/reference-content/functions-lifecycle/) for more information.
170171

171172
## How do I configure access to a Private Network?
172173

173174
Scaleway Serverless Functions does not currently support Scaleway VPC or Private Networks, though this feature is under development.
174175

175176
To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Note that Serverless resources do not have dedicated or predictable IP addresses.
177+
=======
178+
Upgrading a runtime is highly recommended in case of deprecation, and for runtimes that have reached end-of-support or end-of-life. Refer to the [functions runtimes lifecycle documentation](/serverless/functions/reference-content/functions-lifecycle/) for more information.
179+
>>>>>>> 231926b2c (chore(gen): update)

0 commit comments

Comments
 (0)