Results 2 issues of Nils

Using version `@vendia/serverless-express`: **4.5.2** Trying to import the "serverlessExpress" module and do something similar as described here: https://github.com/vendia/serverless-express/blob/mainline/examples/basic-starter-api-gateway-v2/src/lambda-async-setup.js but, in a TypeScript project. ```ts import logger from 'src/logger'; import ConfigurationProvider...

Hi, coming from [openapi-typescript-codegen](https://github.com/ferdikoomen/openapi-typescript-codegen) where a generated class have the `BaseHttpRequest` as a dependency in the constructor. Example: ```ts export class CustomerService { constructor(public readonly httpRequest: BaseHttpRequest) {} public getCustomerById({...