DEV Community

Discussion on: Build your first serverless app with Angular, NestJS and Azure

Collapse
 
harshabonthu profile image
Harsha Bonthu

Landed on this article as I was searching on same topic. While this approach works for migrating existing express apps / nestjs to serverless model. I'm curious about the anti-pattern as well i.e I was thinking one smaller function for each route would have faster response/startup time? With this approach of deploying as one function when the application grows, it may slow down on startup/response times.