Working on using Cloudflare Workers for a data proxy across cloud providers. For example, an AWS service hits this Cloudflare Worker to pull data through it from Azure. These workers do a quick data process and hand it through to the other side.
I understand that there are data transit costs for both AWS and Azure; Where/What are the costs for this data that is traversing across Cloudflare Worker (ingress on one side, egree on the other). Ive searched and have only found a reference that this type of use case might need to discussed with Cloudflare sales engineers as it is not “typical website use case” or something like that.
Any reference, feedback appreciated