Pricing

Cloud Function Billing Item Pricing Table
Billing ItemsunitPricingdescription
Resource usage (invocation time)GBs0.00069 Yuan/GBsThe execution time is calculated from the moment the code begins execution until it returns or terminates. The measurement granularity is 100 milliseconds (execution time is rounded up to the nearest 100 milliseconds. For example, if a function executes for 1010 milliseconds, it will be measured as 1100 milliseconds). Taking the 128 MB memory configuration as an example, after 30 seconds of execution, the resource usage = 0.128 * 30 = 3.84 GBs
Number of invocations10,000 times0.15 Yuan/10,000 timesThe number of calls is the total number of invocations across all functions
Public network outbound trafficGB1 Yuan/GBIf you request external network resources within the cloud function, it will generate public traffic
Other ServicesReferenceOther usage feesIf you use other ifanr Cloud services in your function, you will be charged for the corresponding service, such as calling the API to operate on the schema within the function
cost calculation
The default configuration of the cloud function is as follows
Operating EnvironmentCPUMemoryDiskNumber of concurrent operations
Node.js 120.5 core128 MB64 M100
Total Fees = Cost for Number of Calls + Resource Consumption Fees + Other Service Fees