You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to automate some of our tasks, but for that, I'd need the diff to run without the need to pass the --region myregion in the command.
While looking at the code, I noticed it uses this.serverless.service.defaults.region, but I can't find a way to set it, how do I set this default region?
Or in this case, should the line be changed to this.serverless.service.provider.region, or maybe add the provider region to the possible value origins?
The text was updated successfully, but these errors were encountered:
serverless-plugin-diff/lib/index.js
Line 28 in 70ee590
Hello, thanks for a nice plugin :)
I am trying to automate some of our tasks, but for that, I'd need the diff to run without the need to pass the
--region myregion
in the command.While looking at the code, I noticed it uses
this.serverless.service.defaults.region
, but I can't find a way to set it, how do I set this default region?Or in this case, should the line be changed to
this.serverless.service.provider.region
, or maybe add the provider region to the possible value origins?The text was updated successfully, but these errors were encountered: