I'm trying to get going with Elastic Beanstalk and Amazon Linux 2. One thing I've noticed is that the WSGI path seems to be a little different.
For a Django app I would usually set <<app_name>>.wsgi.py
Instead, the new way to define it is with a namespace like this. This, however, does not seem to work from the eb config
buy only from .ebextensions
<<app_name>>.wsgi:application
I feel like, I'm doing something wrong here or not getting this namespace concept? Why do I suddenly have to add a namespace?