Estimate Cost to Handle 500 Million Monthly API Invocations?
gorv
TRIALOP
a year ago
I want to create a Node.js API to retrieve feature flags data periodically (every 30 minutes). There is no database involved; the API returns hardcoded data. For 99% of the time, the same data is returned to all users. The monthly invocation of this API is around 500 million.
Before I invest time implementing this, could someone please share the estimated monthly cost?
0 Replies