DEV Community

Discussion on: What hosting do you use?

Collapse
 
bchhun profile image
Bernard Chhun • Edited

Aws Lambda is a lightweight compute solution, so it's not its goal to do cpu intensive things.

We're using the following AWS products:

  • route 51 for DNS configurations
  • EC2 for backend apps
  • S3 for static files storage
  • Cognito for user sign-up, sign-in, and access control

We're also using netlify.com/ to deploy our frontend/SPA apps.