-
Notifications
You must be signed in to change notification settings - Fork 293
Update index.js to fix package individually. #652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The change allows the use of the package individually true combined with sls deploy function -f func_name.
Hello, could you explain that solution a little bit? Would you be able to cover it with unit test? I'm not sure why/how that solves the problem and would really appreciate a walkthrough 🙇 |
Thanks a lot for linking that @rileypriddle, it indeed seems like the solution to that issue. It would be good to confirm with test case that it solves the issue and we should be good to go with this one @slslazy 🚀 |
Duplicate of #613 |
Hello @slslazy 👋 Are you interested in getting this PR through the finish line? It would be good to confirm that it works as intended with a test case |
While you wait for this to merge. make this a bash function or set as a postinstall step in package.json to replace broken code with working one |
The change allows the use of the package individually true combined with sls deploy function -f func_name.