I am trying to run a deployment on AWS Elastic Beanstalk. I am trying to run it without a container in preconfigured python environment. It is asking for as WSGI File. As I am running Waitress I know that this can be done by providing a simple script to start the waitress server on a port. If anyone has any example this would really help. (ie. the WSGI Scripted equivalent of "gearbox serve" command)
-- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/turbogears/2f946349-231c-40b0-88f4-bee650f25696%40googlegroups.com.

