DEV Community

Discussion on: How do you deploy your apps?

Collapse
 
scriptify profile image
Maximilian Torggler

We're using BitBucket pipelines internally, which deploys all our serverless endpoints to AWS and our React apps to S3.

Collapse
 
jsardev profile image
Jakub Sarnowski

I still didn't have time to take a look at serverless backend. Does it scale well? Do you have a lot of endpoints or rather a few of them?

Collapse
 
scriptify profile image
Maximilian Torggler

It scales infinitely, that's the cool thing about it (of course there are bottlenecks like DBs, so it's rather a theoretical infinity). Actually, we currently have 3 endpoints, and each of them exposes a GraphQL API.