Cloud Functions

View and manage your deployed serverless functions across multiple cloud providers. Monitor triggers, regions, and runtime configurations directly from Rift Panel.

Prerequisites

Before integrating Cloud Functions with Rift Panel, ensure you have the following:

  • Active cloud provider account (Google Cloud, AWS, or Azure)
  • Appropriate IAM permissions for viewing function metadata
  • API credentials configured in your environment
  • Network access to cloud provider APIs

Functions List

The functions table displays all deployed functions in your connected cloud environment. Sort by any column to organize functions by your preferred criteria.

NameTriggerRegionRuntime
process-webhooksHTTPus-central1Node.js 20
sync-databaseCloud Schedulerus-east1Python 3.11
image-optimizerCloud Storageeu-west1Go 1.21
send-notificationsPub/Subasia-southeast1Node.js 18

Function Details

Click on any function in the list to view detailed information including:

  • Source Code: View or download the function's source code
  • Environment Variables: Review configured variables and secrets
  • Memory & Timeout: Current resource allocation settings
  • Recent Executions: View logs from the last 10 function invocations
  • Trigger Configuration: Details about how the function is triggered

For more information about configuring cloud functions, refer to your cloud provider's documentation: Return to Integrations