Skip to content

Commit 617723c

Browse files
committed
chore(gen): update
1 parent 186a8e4 commit 617723c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pages/serverless-functions/quickstart.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Follow this guided tour to discover how to deploy a function using the console.
2929

3030
- A Scaleway account logged into the [console](https://console.scaleway.com)
3131
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
32-
- Installed [cURL](https://everything.curl.dev/install/)
3332

3433
## How to create a Serverless Function
3534

@@ -62,7 +61,7 @@ If you have no existing Serverless Functions resources in your current Project,
6261
</Message>
6362
6. Click **Create function**. The deployment takes several minutes to complete. Check the **Overview** tab to see the function's status.
6463

65-
## How to test a function
64+
## How to test a Serverless Function
6665

6766
1. Click the **Test** tab of your function.
6867

@@ -73,10 +72,14 @@ If you have no existing Serverless Functions resources in your current Project,
7372
The **Output** section displays the response from your function and the status code.
7473

7574
<Message type="note">
76-
Make sure that your function's privacy policy is set to **Public**. Testing a private function this way will result in an error. Refer to the [dedicated troubleshooting page](/serverless-functions/troubleshooting/tests-fail-on-function/) for more information.
75+
- Alternatively, you can test your function by running the command below in a terminal:
76+
```sh
77+
curl <your_function_endpoint>
78+
```
79+
- Make sure that your function's privacy policy is set to **Public**. Testing a private function this way will result in an error. Refer to the [dedicated troubleshooting page](/serverless-functions/troubleshooting/tests-fail-on-function/) for more information.
7780
</Message>
7881

79-
## How to delete a function
82+
## How to delete a Serverless Function
8083

8184
1. Click **Functions** in the **Serverless** section of the side menu. The functions page displays.
8285

0 commit comments

Comments
 (0)