From bd25503722bb0a7f4cb70c8280d0341aad7344d8 Mon Sep 17 00:00:00 2001 From: Thomas Tacquet Date: Thu, 2 Jan 2025 13:51:10 +0100 Subject: [PATCH 1/3] feat(serverless): edge faq --- faq/serverless-containers.mdx | 8 ++++++++ faq/serverless-functions.mdx | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/faq/serverless-containers.mdx b/faq/serverless-containers.mdx index d16078b58d..9db9fbb0c6 100644 --- a/faq/serverless-containers.mdx +++ b/faq/serverless-containers.mdx @@ -211,3 +211,11 @@ Explore all Scaleway products in the console and select the right product for yo Further integrations are also possible even if not listed above, for example, [Secret Manager](/identity-and-access-management/secret-manager/) can help you to store information that requires versioning. + +## Can I use Serverless Containers with Edge Services? + +For the moment there are no native integrations between both products. + +## Can I use IP address of Serverless Container? + +No, by design on Serverless compute ressources it's not possible to guarantee static IPs. diff --git a/faq/serverless-functions.mdx b/faq/serverless-functions.mdx index 4136970e0e..954bf5cd8c 100644 --- a/faq/serverless-functions.mdx +++ b/faq/serverless-functions.mdx @@ -242,4 +242,12 @@ For some use cases, such as saving analysis results, exporting data etc., it can Explore all Scaleway products in the console and select the right product for your use case. Some products are not listed but for example, on specific use cases Secret Manager can help you to store informations that requires versioning. - \ No newline at end of file + + +## Can I use Serverless Functions with Edge Services? + +For the moment there are no native integrations between both products. + +## Can I use IP address of Serverless Function? + +No, by design on Serverless compute ressources it's not possible to guarantee static IPs. From 07bc07c74c87284ab7bec615ed55497cf3ffd042 Mon Sep 17 00:00:00 2001 From: Thomas TACQUET Date: Thu, 2 Jan 2025 15:16:44 +0100 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: nerda-codes <87707325+nerda-codes@users.noreply.github.com> --- faq/serverless-containers.mdx | 2 +- faq/serverless-functions.mdx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/faq/serverless-containers.mdx b/faq/serverless-containers.mdx index 9db9fbb0c6..178de64f2a 100644 --- a/faq/serverless-containers.mdx +++ b/faq/serverless-containers.mdx @@ -214,7 +214,7 @@ Further integrations are also possible even if not listed above, for example, [S ## Can I use Serverless Containers with Edge Services? -For the moment there are no native integrations between both products. +You cannot use Serverless Containers with Edge Services because there are no native integrations between the two products yet. ## Can I use IP address of Serverless Container? diff --git a/faq/serverless-functions.mdx b/faq/serverless-functions.mdx index 954bf5cd8c..04d0697f9f 100644 --- a/faq/serverless-functions.mdx +++ b/faq/serverless-functions.mdx @@ -246,8 +246,8 @@ Some products are not listed but for example, on specific use cases Secret Manag ## Can I use Serverless Functions with Edge Services? -For the moment there are no native integrations between both products. +You cannot use Serverless Functions with Edge Services because there are no native integrations between the two products yet. -## Can I use IP address of Serverless Function? +## Can I use the IP address of a Serverless Function? -No, by design on Serverless compute ressources it's not possible to guarantee static IPs. +By design, it is not possible to guarantee static IPs on Serverless compute resources. From 948027bb5c09b14806af7cc470379e0c11ceec0b Mon Sep 17 00:00:00 2001 From: Thomas Tacquet Date: Thu, 2 Jan 2025 15:17:44 +0100 Subject: [PATCH 3/3] review --- faq/serverless-containers.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faq/serverless-containers.mdx b/faq/serverless-containers.mdx index 178de64f2a..07d0684b66 100644 --- a/faq/serverless-containers.mdx +++ b/faq/serverless-containers.mdx @@ -216,6 +216,6 @@ Further integrations are also possible even if not listed above, for example, [S You cannot use Serverless Containers with Edge Services because there are no native integrations between the two products yet. -## Can I use IP address of Serverless Container? +## Can I use the IP address of a Serverless Function? -No, by design on Serverless compute ressources it's not possible to guarantee static IPs. +By design, it is not possible to guarantee static IPs on Serverless compute resources.