Serverless functions, no charge while idle
Upload your code; scaling, the runtime and patches are on us. When there is no traffic no resources are allocated, so no charge accrues.
On quoteA quote for your needs
The exact price is set by your needs and scale. Get a quote or schedule a meeting with your account manager.
Focus on code instead of infrastructure
Connect the repository; let each push deploy automatically.
HTTP, scheduler, queue and object-storage events.
Every deployment is a separate version; roll back to an older one in one click.
Environment variables encrypted with KMS.
Functions can reach the database on your private network.
Invocation count, duration and error rate in the panel.
Frequently asked questions about Serverless
They average 40 ms. For critical endpoints you can define a minimum number of warm instances.
Node.js, Python, Go and Java. You can also run your own container image.
Yes, functions connect to your VPC and reach your database over a private IP.
There is a per-account concurrency limit; it is raised on request. This limit prevents cost surprises.
Yes. Beyond HTTP, you can trigger functions with a scheduler, a queue and object-storage events; periodic runs with a cron expression are supported.
Besides the ready-made runtimes you can also deploy your own OCI-compatible container image, carrying your custom system dependencies.