Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions faq/serverless-containers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Message>

## Can I use Serverless Containers with Edge Services?

You cannot use Serverless Containers with Edge Services because there are no native integrations between the two products yet.

## Can I use the IP address of a Serverless Function?

By design, it is not possible to guarantee static IPs on Serverless compute resources.
10 changes: 9 additions & 1 deletion faq/serverless-functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Message>
</Message>

## Can I use Serverless Functions with Edge Services?

You cannot use Serverless Functions with Edge Services because there are no native integrations between the two products yet.

## Can I use the IP address of a Serverless Function?

By design, it is not possible to guarantee static IPs on Serverless compute resources.
Loading