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: faq/serverless-functions.mdx
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ content:
6
6
h1: Serverless Functions
7
7
hero: assets/faas.webp
8
8
dates:
9
-
validation: 2024-03-25
9
+
validation: 2024-10-03
10
10
category: serverless
11
11
---
12
12
@@ -16,21 +16,21 @@ category: serverless
16
16
17
17
Serverless Functions is billed on a pay-as-you-go basis. Three components are taken into account:
18
18
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.
20
20
21
21
***Resource consumption:** this component is obtained by multiplying the memory tiers chosen by the duration of each function invocation.
22
22
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.
***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.
32
32
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.
34
34
35
35
| Memory provisioned | Cost per second |
36
36
|---------------------|-----------------|
@@ -157,7 +157,7 @@ Serverless Functions use cases are wide so [several ways to deploy functions](/s
157
157
158
158
## How can I test my functions locally?
159
159
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.
161
161
162
162
## Where can I find some advanced code examples for functions?
163
163
@@ -166,10 +166,14 @@ Check out our [serverless-examples repository](https://github.com/scaleway/serve
166
166
## How to migrate runtimes?
167
167
168
168
There are no constraints when changing a function runtime, you simply need to choose the runtime version you want.
0 commit comments