Npm version is mentioned as 1.9.3 but the code differs from the latest available on git repo
kunalchoudhary31 opened this issue · 2 comments
Hello @dougmoscrop
The code available at here on git is handling the 500 resources limit error.
But the code we install using npm package manager is outdated.
Can you please make these two sync. I really appreciate your efforts for writing this plugin.
@kunalchoudhary31 the code differs, because master is not the release version (look at Tags):
bear in mind that the master rises the limit, but also creates other issues due to these changes:
https://github.com/dougmoscrop/serverless-plugin-split-stacks/blob/master/lib/utils.js#L243
https://github.com/dougmoscrop/serverless-plugin-split-stacks/blob/master/lib/utils.js#L248
you can always fork this repo, branch of the tag version and increase the stack limit yourself, then point to that repo/branch in your package.json
@mnickkk thankyou . i did as what you said and it worked. Highly appreciate it.