rehanvdm / serverless-website-analytics

A CDK construct that consists of a serverless backend, frontend and client side code to track website analytics
GNU General Public License v2.0
166 stars 13 forks source link

Consider adding pricing info in the readme #18

Closed dreamorosi closed 1 year ago

dreamorosi commented 1 year ago

Great work with this solution!

It’d be great to have in the readme a section that discusses the average expected pricing for the solution.

For instance: running this solution with about 10M events/page views per month and a certain amount of dashboard interactions would cost you $$/month.

I think this would help people evaluate whether this is for them or not.

rehanvdm commented 1 year ago

Yeah, completely slipped my mind, I said cost optimized but I never showed my proof 😅. I have a rough google sheet where I did calculations. Will take some of that and create a whole new page inside docs/ and reference that in the README with a summary.

rehanvdm commented 1 year ago

Hey @dreamorosi I got around to this, have a look here https://github.com/rehanvdm/serverless-website-analytics/blob/main/docs/COST.md and let me know your thoughts. Thanks 🙂