Quickstart
Learn how to create and deploy a Serverless Container in a few steps.
View QuickstartScaleway Serverless Containers allows you to deploy containerized stateless web applications in the cloud to run short-lived, event-driven tasks.
Serverless Containers QuickstartLearn how to create and deploy a Serverless Container in a few steps.
View QuickstartCore concepts that give you a better understanding of Serverless.
View ConceptsLearn how to use Serverless Containers using the Scaleway console.
View How-TosGo further with detailed, in-depth information on Serverless Containers.
View Additional ContentManage Serverless Containers using the Scaleway API.
Go to Serverless Containers APIUsers of Scaleway Serverless Framework plugin (serverless-scaleway-functions npm package) should upgrade to version 0.5.0 to ensure compatibility with this change. The latest release includes updated behaviour to handle the deprecation gracefully.
Please, update your dependency:
npm i serverless-scaleway-functions@~0.5.0Deprecation of the redeploy: false parameter in the UpdateContainer endpoint
The redeploy: false option in the UpdateContainer API (PATCH /containers/v1beta1/regions/{region}/containers/{container_id}) is now deprecated. This parameter was previously used to prevent redeployment of containers when no configuration changes occurred. Going forward, the API will systematically redeploy containers when necessary, and any use of redeploy: false will be ignored.
We strongly advise against relying on this field in your automation or deployment workflows. If you need to force a redeployment regardless of configuration changes, please use the dedicated DeployContainer method instead.
To enable quick testing of Serverless Containers, we have added the Quickstart image option, which deploys a sample image to help you test the service.
Additionally, we have worked on several minor improvements for a better user experience:
Visit our Help Center and find the answers to your most frequent questions.
Visit Help Center