Open tj opened 6 years ago
Cloudflare could be a cool thing in front of lambda as a way to collect multiple API gateways on the same hostname.
You are only allowed 1 mb of space in that service-worker file
https://developers.cloudflare.com/workers/writing-workers/storing-data/
Would definitely be of interest
I'm a member of the Workers Engineering team. We will happily adjust any and all of these limits if Apex needs them changed.
@zackbloom Would there be some trial of Cloudflare workers? There seems no way to try out cloudflare workers without incurring a cost of $5 just for the base.
@zackbloom thanks for dropping in :D — let me know if this isn't the case, but it seems like CloudFlare Workers might not be suitable for Up since I need to launch background processes (Go binary which in turn launches the user application).
@tj cloudflare could be the domain in front of other cloud functions that does not allow putting it behind a domain like Google Cloud Functions or if you don't want to move the domain to AWS and doe the complicated domain setup (if you already have you domain on cloudflare).
@tj It sounds like we have two problems:
1 is (relatively) easy, we'll have WebAssembly support shortly. 2 is tougher. In the spirit of 'serverless' we haven't found that many other persistent applications yet which gain value from living at the edge of the network (other than maybe data stores). Most other things seem to be digestable into the idea of requests, map/reduce actions, or something similar.
https://blog.cloudflare.com/cloudflare-workers-unleashed/ might not be possible but investigating...