tencent_scf icon indicating copy to clipboard operation
tencent_scf copied to clipboard

A Rust Runtime for Tencent Cloud Serverless Compute Function

Results 2 tencent_scf issues
Sort by recently updated
recently updated
newest added

I would like to support all kinds of native triggers in Tencent Cloud - [x] [Web API Gateway](https://cloud.tencent.com/document/product/583/12513): come with initial commit in [builtin/api.rs](https://github.com/johnmave126/tencent_scf/blob/master/src/builtin/api.rs) - [ ] [websocket](https://cloud.tencent.com/document/product/583/32551) - [...

enhancement
help wanted
good first issue

I would like to add more examples to this repo: * novel examples - [x] [biliplus-proxy](https://github.com/johnmave126/tencent_scf/tree/master/examples/biliplus-proxy), landed in db369132be9059d73a78d496cc039f3954010763 * official examples adapted from https://github.com/tencentyun/serverless-demo - [ ] hello world...

enhancement
help wanted