-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Remove NodeCommand for AWS #372
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
Feel free to add a review but @davimacedo & @dplewis have access (as do I). |
Interesting, I do not observe that, I see it deploy and run as expected. However, it seems to be indeed a legacy option.
It should not have any implications, as the docs say:
I also tested this with an existing deployment of parse server example and the EB app updates as expected.
@TomWFox Can we add the "issue" tab in this repo? I feel that linking PRs to threads in the Community Forum is generally not good practice, as we may loose the info there. Related AWS doc. |
Issues turned on - I see why they were turned off - could do with closing some issues. I corrected the link. |
You can add me to the repo and I'll clean it up. |
Done, 105 -> 1 all but the remaining were 3+ years old (obviously inactive) and many seemed to be issues that should have been created on the Parse Server repo. |
@mtrezza I’ve added this repo to the Server team so you should have write access now. |
Thanks Tom, reviewed it and LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with AWS EB deployment and works, LGTM.
🎉 This change has been released in version 1.2.0 |
Related to issue #373.
It seems as though AWS no longer supports NoeCommand, and running a fresh example install throws "NodeCommand not found".
Not sure if this has any impact on previous deployments on AWS.