tencent_scf
tencent_scf copied to clipboard
A Rust Runtime for Tencent Cloud Serverless Compute Function
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) - [...
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...