We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9994189 commit 2450c27Copy full SHA for 2450c27
serverless/functions/how-to/create-a-function.mdx
@@ -7,7 +7,7 @@ content:
7
paragraph: Create your first serverless function on Scaleway with this comprehensive guide.
8
tags: functions
9
dates:
10
- validation: 2024-07-23
+ validation: 2025-01-21
11
posted: 2021-05-26
12
categories:
13
- serverless
@@ -53,7 +53,7 @@ This page shows you how to deploy a [function](/serverless/functions/concepts/#f
53
54
2. Configure the **scaling** of your function.
55
<Message type="tip">
56
- Define a minimum of **one instance** or more to avoid cold starts.
+ Define a minimum of **one instance** or more to avoid [cold starts](/serverless/functions/concepts/#cold-start).
57
</Message>
58
59
### Function advanced options (optional)
0 commit comments