Looking for a product/solution
Hi,
I have an API which hits around 300 million requests a month. Most of these are cached through cloudflare but I am looking for a product which does the description below.
The endpoint is api.example.com/profile/{uuid}
The flow goes like this
I thought workers and KV/R2 but 300 million a month is around $100? Any suggestions appreciated.
I have an API which hits around 300 million requests a month. Most of these are cached through cloudflare but I am looking for a product which does the description below.
The endpoint is api.example.com/profile/{uuid}
The flow goes like this
- If {uuid} has a profile display their profile
- If not, display a default profile
I thought workers and KV/R2 but 300 million a month is around $100? Any suggestions appreciated.
