| API Name | Feature | Frequency Limit (maximum requests per second) |
|---|---|---|
| GetAccount | Gets account information | 20 |
| API Name | Feature | Frequency Limit (maximum requests per second) |
|---|---|---|
| CreateTrigger | Creates a function trigger | 100 |
| DeleteTrigger | Deletes a trigger | 100 |
| UpdateTriggerStatus | Updates the trigger tatus | 20 |
| ListTriggers | Gets function trigger list | 20 |
| API Name | Feature | Frequency Limit (maximum requests per second) |
|---|---|---|
| CreateAlias | Creates alias for function version | 20 |
| DeleteAlias | Deletes alias | 20 |
| DeleteFunction | Deletes a function | 100 |
| DeleteProvisionedConcurrencyConfig | Deletes provisioned concurrency | 20 |
| DeleteReservedConcurrencyConfig | Removes the reserved quota of a function | 20 |
| GetAlias | Gets alias details | 20 |
| GetFunctionAddress | Obtains download address of the function code | 20 |
| GetFunctionEventInvokeConfig | Gets the async retry configuration of function | 20 |
| GetProvisionedConcurrencyConfig | Gets the provisioned concurrency details of function | 20 |
| GetRequestStatus | Queries the status of a single function request. | 20 |
| GetReservedConcurrencyConfig | Obtains the reserved quota details of a function | 20 |
| InvokeFunction | Invokes functions synchronously | 10000 |
| ListAliases | Gets alias list | 20 |
| ListFunctions | Obtains a function list | 100 |
| ListVersionByFunction | Queries a function version | 20 |
| PublishVersion | Releases a new version | 20 |
| PutProvisionedConcurrencyConfig | Sets provisioned concurrency | 20 |
| PutReservedConcurrencyConfig | Configures the reserved quota | 20 |
| PutTotalConcurrencyConfig | Modifies account concurrency quota | 20 |
| UpdateAlias | Updates alias configuration | 20 |
| UpdateFunctionCode | Updates the function code | 100 |
| UpdateFunctionEventInvokeConfig | Updates the async retry configuration of function | 20 |
| GetFunctionLogs | Obtains a function running log | 5 |
| Invoke | Runs a function | 100 |
| CopyFunction | Replicates a function | 20 |
| API Name | Feature | Frequency Limit (maximum requests per second) |
|---|---|---|
| DeleteNamespace | Deletes a namespace | 20 |
| UpdateNamespace | Updates a namespace | 20 |
| CreateNamespace | Creates a namespace | 20 |
| ListNamespaces | Displays a namespace list | 20 |
| API Name | Feature | Frequency Limit (maximum requests per second) |
|---|---|---|
| DeleteLayerVersion | Deletes layer version | 20 |
| GetLayerVersion | Gets layer version details | 20 |
| ListLayerVersions | Gets layer version list | 20 |
| ListLayers | Returns layer list | 20 |
| PublishLayerVersion | Publishes layer version | 20 |
| API Name | Feature | Frequency Limit (maximum requests per second) |
|---|---|---|
| ListAsyncEvents | Pulls async function event list | 20 |
| TerminateAsyncEvent | Terminates async function event | 20 |
| GetAsyncEventStatus | Gets the async event status of a function | 20 |
Feedback