Is Aws Lambda a good choice for hosting a Prisma client API?
this api will serve:
• a website built using Nextjs that relies much on SSR
• mobile apps on android and ios
• admin dashboards
Would it handle hundreds of thousands of requests?
would using EC2 instances with authoscaling be a better option?
Aspects that matter are:
• performance
• reliability
• costs
• fault-tolerance
Any help from you guys is appreciated