parse-community / parse-server-example

Example of Parse Server using the express framework.

Home Page:http://parseplatform.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeCommand is no longer used on AWS

mtrezza opened this issue · comments

(Originally posted here thanks to dblythy)


This is a minor issue, but deploying the sample application trips up on AWS due to:

Unknown or duplicate parameter: NodeCommand

I believe NodeCommand is no longer used on AWS (was previously depreciated in favour of Procfile but I think it’s gone altogether now.

This can be solved by removing these lines:

aws:elasticbeanstalk:container:nodejs:
NodeCommand: "npm start"

Closed via #372

Note: I was not able to reproduce this error on the newest versions on AWS:

Node.js running on 64bit Amazon Linux
Platform version 4.15.1
Node.js version 12.18.3

However, the docs state that NodeCommand is outdated, so it makes sense to remove it.