AWS Lambda @ng-toolkit failing for TypeError: express is not a function in angular 9 app
问题 I started deploying my demo Angular 9 application on AWS lambda and provide SSR. In order to achieve this, I used @ng-toolkit/universal and @ng-toolkit/serverless. Deployment happened successfully but demo application is not opening. Upon investigating AWS lambda logs, I found the following exception. Here is the package.json, where I have added express js in dependencies. { "name": "my-appg", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng