Updated on 2023-07-06 GMT+08:00

Introduction

General Procedure

FunctionGraph allows you to run your code without provisioning or managing servers, while ensuring high availability and scalability. All you need to do is upload your code and set execution conditions, and FunctionGraph will take care of the rest.

To quickly create a function using FunctionGraph, do as follows:

  1. Set permissions: Ensure that you have the FunctionGraph FullAccess permissions.
  2. Create a function: Create a function from scratch or using the sample code or a container image.
  3. Configure the function: Configure the code source or modify other parameters.
  4. Test the function: Create a test event to debug the function.
  5. View the execution result: On the function details page, view the execution result based on the configured test event.
  6. View metrics: On the Monitoring tab page of the function details page, view function metrics.