Poon Nguyen

Results 3 comments of Poon Nguyen

I found the root cause from `serverless-offline-sns` plugin. It makes `location` is wrong when init ```js ServerlessOfflineSns.prototype.init = function () { process.env = _.extend({}, this.serverless.service.provider.environment, process.env); this.config = this.serverless.service.custom["serverless-offline-sns"] ||...

Ya... Now I workaround it with this custom ![image](https://user-images.githubusercontent.com/43347998/226974479-38d393c6-0554-4058-a36a-a7a0b6a3346f.png) This can be better when we can workaround it in [integrations](https://github.com/Bielik20/nx-plugins/tree/master/packages/nx-serverless/plugin/integrations)