AWS HTTP API Gateway with dozens of routes, how should Lambda integration(s) be structured?

Viewed 15

I tried creating a single Lambda function using the Node.js language, to handle a few routes of the API. Already the function seems too complex. Is it more common to have individual Lambda functions as integration for each route ? Does anyone have examples of such functions ? Are there other options for handling a large HTTP API ?

0 Answers
Related