Hi,
After a lot of troubleshooting I finally got my Node app working with Edge, woohoo! But I have some questions/concerns with how I was able to get it working. I kept getting a 500 error for various node_modules that prevented the app from deploying using the apigeetool. The fix was to manually remove one of the modules for it to work and that does not seem like a sound fix to me. What if we need that module? Is there a list showing modules not accepted by the apigee platform before developing an api in nodejs?