Build scalable services
Optimize code execution time by selecting the memory and vCPU needed for your function. As traffic increases, your service will automatically adapt and scale to deliver seamless performance to your customers.
Experience an easy way to run your code on the cloud.
Optimize code execution time by selecting the memory and vCPU needed for your function. As traffic increases, your service will automatically adapt and scale to deliver seamless performance to your customers.
Serverless Functions allows the automatic and flexible scaling of your workload, allowing you to focus on building your applications instead of spending time managing your infrastructure.
Your functions run on Knative, the open-source serverless framework for Kubernetes. They'll work with any provider, on any machine.
Focus on high added-value activities by automating your infrastructure management operations, such as provisioning, scaling, and cleaning.
Extend the capabilities of application by integrating microservices to control sending confirmation emails, SMSes and triggering payments.
Execute code to process data or transform files stored on Object Storage as scheduled or in response to triggers.
Billing is dependent on the number of requests and consumed resources (memory). Only pay when your functions are running.
Serverless Functions runs your code without you needing to provision or manage any infrastructure.
Write your code, transfer it to Serverless Functions, and it runs and scales up or down automatically.
We support Node.js, Go, Python, PHP and Rust. You can choose your programming language to fit your application scenarios.
Choose the domains associated with Serverless Functions and map your services to the domain you need to allocate to your functions.
Trigger your function using synchronous HTTP calls to the function URL, Schedule execution using CRON or start your function asynchronously using message queues and event-driven patterns.
Integrate sensitive information into your Serverless Functions/Containers using encrypted environment variables. Securely integrate sensitive information into your Functions/Containers.
Based in France with builders and customers all over the world, our services are located within the European Union and protected by its regulations.
100% of electricity consumed in our data centers comes from renewable energy. Decommissioned hardware are securely reused & recycled.
Our technical assistance is available 24/7 to answer all your questions and assist you. Upgrade your support plan to reach our assistance team directly by phone.
Our services are designed to offer you the best price/performance ratio, with straightforward billing to grow your business and keep your expenses under control.
Serverless Functions is a service which enables you to execute small components (functions, code snippets) in the cloud with no need for server management.
If you want to deploy simple functions or components (either in a microservices application, to automate cloud operation, or to connect services) then Serverless Functions is for you!”
We recommend using Scaleway Serverless Functions to handle asynchronous tasks such as media or data transformation, infrastructure management automation. If your use case requires low latency, you can provision resources using the minimum scale feature.
We support NodeJS (14, 16, 18), Python (3.7, 3.8, 3.9, 3.10, 3.11), Golang (1.17, 1.18, 1.19), PHP (8.2) and Rust (1.65). If you want to speed up the deployment of a specific language runtime, you can contribute to our GitHub project.
We created a plugin that enables you to deploy your functions using serverless.com,
read our documentation for more information.
The Serverless Functions pricing scheme has three components:
Number of Requests: Number of times that a request is executed for a given function.
Resources consumption: Every time your function is called, we measure the time taken by your function to handle the request, then multiply it by the chosen memory tiers, in GB.
Provisioned resources: If you want to reduce the cold start latency of your function, you can choose to provision resources by setting a minimum function scale. We will then keep the required number of functions ready to handle incoming requests
Read our documentation for more information.
Secrets Management enables you to securely integrate sensitive information such as credentials to your functions.