generated from ecomplus/express-app-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Is harder to debug Cloud Functions with all routes ate the same Express server, also it may produce slower starts.
Describe the solution you'd like
Each app route should be exported as a different Cloud Function.
Describe alternatives you've considered
If using Cloud Run #138 may be useful to keep a server with all (or almost) routes, in this case just may be better to use https://www.fastify.io/ in place of current Express implementation.
Additional context
Also related to #136
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request