Andrii Hulenko
Results
2
issues of
Andrii Hulenko
Hi, I'm developing a Rest API with Nest.js. I successfully converted it to a monolithic lambda with _aws-serverless-express_ with the next code: ```js const binaryMimeTypes: string[] = ['application/octet-stream']; let cachedServer:...
Hi, I have been using this library version [4.3.3](https://www.npmjs.com/package/ngrok/v/4.3.3) __without any auth token__ and everything was perfect until today. The way I use the library is simply: ``` ngrok.connect(port); ```...