Egress costs are killing us. Any hacks?
2 points| sagar-co | 1 year ago
Its extremely frustrating to pay for egress price to move the data around.
Checked Cloudflare Workers. We love it, but as of now, it does not support the packages we are using.
Are there any hacks around it?
solardev|1 year ago
Like basically I wonder if there's a way to make the dataset itself more static and only use the serverless function to do some minimal processing on a chunk of it at a time. Maybe extracting the relevant code of that lib and putting it inside a cheaper serverless platform. They're typically best for frequent small operations instead of any heavy crunching. But it's not clear whether that even makes sense for your use case because I can't tell what you're trying to do with the limited info provided.
peutetre|1 year ago
Like this: https://developers.cloudflare.com/workers/runtime-apis/webas...