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 ?