云函数(Serverless Cloud Function,SCF)是腾讯云为企业和开发者们提供的无服务器执行环境,帮助您在无需购买和管理服务器的情况下运行代码。您只需使用平台支持的语言编写核心代码并设置代码运行的条件,即可在腾讯云基础设施上弹性、安全地运行代码。云函数是实时文件处理和数据处理等场景下理想的计算平台。
CreateFunction
UpdateFunctionCode
UpdateFunctionConfiguration
PublishVersion
DeleteFunction
GetFunction
ListFunctions
CreateTrigger
DeleteTrigger
CreateCustomDomain
DeleteCustomDomain
GetCustomDomain
Invoke
GetAsyncEventStatus
TerminateAsyncEvent
ListAsyncEvents
GetLayerVersion
DeleteLayerVersion
PublishLayerVersion
GetAlias
UpdateAlias
参数获取方式:
a、密钥获取:腾讯云控制台当中,生成腾讯云SecretId和SecretKey
生成地址:https://console.cloud.tencent.com/cam/capi
b、地域列表的映射关系: 如广州地域,则地域字段的内容应该为:ap-guangzhou
https://cloud.tencent.com/document/product/1596/77930
https://console.cloud.tencent.com/api/explorer?Product=scf
MIT