Function

Function Presets

Ready-to-deploy configuration presets for Function. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
01

Event Handler Function

This preset creates a lightweight Python 3.12 function for event-driven workloads. The function code is deployed from an OSS bucket, sized for modest compute needs (0.5 vCPU, 256 MB), and logs...

02

VPC-Connected API Function

This preset creates a Node.js 20 function configured as a backend API handler with access to VPC-internal resources (databases, caches, internal services). The function runs inside a VPC with...

03

Custom Container Function

This preset creates a Function Compute v3 function that runs a custom Docker image. The container listens on port 8080 for HTTP requests with a health check endpoint, and includes lifecycle hooks for...