It would be great if there was a DigitalOcean functions example.
Their functions seem very simple, with the request being handled by a main(args) entrypoint.
I'm trying to figure out how to call Hono's app.fire() or app.fetch() from this entrypoint but so far no luck.
It would be great if there was a DigitalOcean functions example.
Their functions seem very simple, with the request being handled by a
main(args)entrypoint.I'm trying to figure out how to call Hono's
app.fire()orapp.fetch()from this entrypoint but so far no luck.