diff --git a/pages/serverless-containers/how-to/configure-alerts-containers.mdx b/pages/serverless-containers/how-to/configure-alerts-containers.mdx index d00de2e6fb..ee12d2b629 100644 --- a/pages/serverless-containers/how-to/configure-alerts-containers.mdx +++ b/pages/serverless-containers/how-to/configure-alerts-containers.mdx @@ -3,7 +3,7 @@ title: How to configure alerts for a container description: Learn how to add monitoring alerts to Serverless Containers with Scaleway. tags: containers alerts grafana threshold monitoring cockpit dates: - validation: 2025-02-10 + validation: 2025-08-20 posted: 2025-02-10 --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/pages/serverless-containers/reference-content/cron-schedules.mdx b/pages/serverless-containers/reference-content/cron-schedules.mdx index 826da5b77b..5e7707c044 100644 --- a/pages/serverless-containers/reference-content/cron-schedules.mdx +++ b/pages/serverless-containers/reference-content/cron-schedules.mdx @@ -3,7 +3,7 @@ title: Cron schedules reference description: Guide to setting up cron schedules in Scaleway Serverless Containers. tags: serverless containers cron crontab schedule cronjob dates: - validation: 2025-02-10 + validation: 2025-08-20 posted: 2023-12-12 --- import CronSchedules from '@macros/serverless/cron-schedules.mdx' diff --git a/pages/serverless-functions/quickstart.mdx b/pages/serverless-functions/quickstart.mdx index 005dd9a95b..65bf821eaa 100644 --- a/pages/serverless-functions/quickstart.mdx +++ b/pages/serverless-functions/quickstart.mdx @@ -3,7 +3,7 @@ title: Functions - Quickstart description: Quickstart guide to deploying and managing Serverless Functions on Scaleway. tags: functions namespace dates: - validation: 2025-02-10 + validation: 2025-08-20 posted: 2021-05-26 --- import Requirements from '@macros/iam/requirements.mdx' @@ -29,9 +29,8 @@ Follow this guided tour to discover how to deploy a function using the console. - A Scaleway account logged into the [console](https://console.scaleway.com) - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization -- Installed [cURL](https://everything.curl.dev/install/) -## How to create a function +## How to create a Serverless Function If you have no existing Serverless Functions resources in your current Project, the creation process will guide you through the creation of a namespace, and then a function. @@ -62,7 +61,7 @@ If you have no existing Serverless Functions resources in your current Project, 6. Click **Create function**. The deployment takes several minutes to complete. Check the **Overview** tab to see the function's status. -## How to test a function +## How to test a Serverless Function 1. Click the **Test** tab of your function. @@ -72,7 +71,15 @@ If you have no existing Serverless Functions resources in your current Project, The **Output** section displays the response from your function and the status code. -## How to delete a function + +- Alternatively, you can test your function by running the command below in a terminal: + ```sh + curl + ``` +- 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. + + +## How to delete a Serverless Function 1. Click **Functions** in the **Serverless** section of the side menu. The functions page displays.