检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
h需要设置哪些权限? 如何制作基于ODBC驱动的Python依赖包用于查询数据库? FunctionGraph配额 FunctionGraph函数支持哪些中文字体? FunctionGraph函数如何解析DNS内网域名? 容器镜像函数如何解析DNS内网域名? 如何通过域名访问专享版APIG中注册的接口?
函数大小,单位:字节。 domain_names String 函数配置的需要支持域名解析的内网域名。 user_data String 用户自定义的name/value信息。 在函数中使用的参数。 举例:如函数要访问某个主机,可以设置自定义参数:Host={host_ip},最多定义20个,总长度不超过4KB。
秒,单击“立即完成”。 修改完成后返回到API管理页面,单击右上角“发布”,再单击“发布”即可。 绑定域名 请参考APIG网关服务的绑定域名,为您的两个函数的APIG组绑定域名。 父主题: 进阶使用
withFuncName("test"); request.withBody(body); try { ImportFunctionResponse response = client.importFunction(request);
TMQ触发器此参数必填。 DDS触发器:批处理大小设置1-10,000的范围内 DIS触发器:批处理大小设置1-10,000的范围内 KAFKA触发器:批处理大小设置1-1,000的范围内 RABBITMQ触发器:批处理大小设置1-1,000的范围内 queue_id String
request = ListFunctionsRequest() request.marker = "<marker>" request.maxitems = "<maxitems>" request.package_name
request.withBody(body); try { CreateVpcEndpointResponse response = client.createVpcEndpoint(request);
timestamp 调用时间戳。 request_context 请求上下文。 request_context.request_id 异步调用的请求ID。 request_context. function_urn 异步执行的函数URN。 request_context.condition
TMQ触发器此参数必填。 DDS触发器:批处理大小设置1-10,000的范围内 DIS触发器:批处理大小设置1-10,000的范围内 KAFKA触发器:批处理大小设置1-1,000的范围内 RABBITMQ触发器:批处理大小设置1-1,000的范围内 queue_id String
request.withBody(body); try { CreateFunctionVersionResponse response = client.createFunctionVersion(request);
require("koa"); const app = new Koa(); const main = (ctx) = >{ if (ctx.request.path == ("/koa")) { ctx.response.type = " application/json";
TMQ触发器此参数必填。 DDS触发器:批处理大小设置1-10,000的范围内 DIS触发器:批处理大小设置1-10,000的范围内 KAFKA触发器:批处理大小设置1-1,000的范围内 RABBITMQ触发器:批处理大小设置1-1,000的范围内 queue_id String
ListFunctionVersionsRequest request = new ListFunctionVersionsRequest(); request.withMarker("<marker>"); request.withMaxitems("<maxitems>");
request = ListBridgeFunctionsRequest() request.type = "<type>" response = client.list_bridge_functions(request)
request.withBody(body); try { UpdateVersionAliasResponse response = client.updateVersionAlias(request);
try: request = BatchDeleteFunctionTriggersRequest() response = client.batch_delete_function_triggers(request) print(response)
build() try: request = ShowFunctionConfigRequest() response = client.show_function_config(request) print(response)
X-Cff-Invoke-Summary String 本次同步调用执行信息摘要。 X-Cff-Request-Id String 本次同步调用请求id。 X-Cff-Function-Log String 本次同步调用用户日志,需在请求头中设置X-Cff-Log-Type:tail。截取日志的后2000个字节并且做base编码。
st request = new ShowFunctionCodeRequest(); try { ShowFunctionCodeResponse response = client.showFunctionCode(request);
在三个函数实例执行,总执行时长为15秒。 若配置为单实例多并发,设置单实例并发数为5,即单个实例最多支持5个并发请求,如果有三次函数调用请求,将在一个实例内并发处理,总执行时间为5秒。 单实例并发数大于1,在您设置的“单函数最大实例数”范围内,超过单实例并发处理能力时会自动扩容新实例。