tencent_scf
tencent_scf copied to clipboard
Tracking issue for more built-in events/responses
I would like to support all kinds of native triggers in Tencent Cloud
- [x] Web API Gateway: come with initial commit in builtin/api.rs
- [ ] websocket
- [ ] COS trigger
- [ ] CLS trigger
- [ ] Timer trigger
- [ ] CMQ Topic trigger
- [ ] CKafka trigger
- [ ] MPS trigger
- [ ] CLB trigger
Most should be straightforward as we only need to deserialize the message as described in the documentation. Most don't have a response message. The already implemented Web API Gateway one might be the hardest one to implement.