The Tencent SCF event handler: (event, context) => Promise<...>, the signature the SCF event (non-HTTP) trigger invokes.
(event, context) => Promise<...>
The type of the response returned by the handler.
The Tencent SCF event handler:
(event, context) => Promise<...>, the signature the SCF event (non-HTTP) trigger invokes.