Hi, I'm thinking about switching my server environment to functions / edge functions. There's seemi...
d
Hi, I'm thinking about switching my server environment to functions / edge functions. There's seemingly support for functions but your docs state:
Please refer the Serverless Deployment section (Towards the bottom of the navigation index)
Which I can't find, does it exist or am I blind? 😅 Regarding edge functions environment, I'd like to use Cloudflare Workers, do you offer native support for the runtime?
r
Hey! We do not support cloudflare worker functions, but we support AWS lambda, netlify or vercel functions
the docs is essentially asking you to see the integrations section (the copy in the docs is out of date - i'll update it - thanks)
d
Thanks ✌️
m
I wonder if you plan to support Cloudflare workers/pages going forward. Their offering is very attractive.
r
Hey @matchatype we are open to supporting it. But I have heard that they don’t support all functions provided by the node js env and that may be a problem - but I’m not sure, maybe it will be fine
m
Thank you! Would you mind giving me more information to verify that?
r
We have a framework section in the SDK to support various types of input / output objects. For example for express, or koa, or aws lambda etc
We would need to add one for cloudflare workers and then test it out
2 Views