Question:
Can wix studio backend handle million backend call from different members of my site?
Product:
Wix Studio Editor
What are you trying to achieve:
I am building a member-based website that can accommodate millions of members
What have you already tried:
I checked all the forums and articles and i learned that backend call has limit of 200 per seconds
Additional information:
Below is my architecture:
Frontend = Wix Studio
Authentication = AWS Cognito
Backend = combination of Wix and AWS Lambda
API = AWS API
Database = AWS dynamoDb
I use wix backend for:
Wix router for member-only-pages
Wix backend to send GET and POST requests to my AWS Services through AWS API Gateway