0

I am trying to deploy Airbnb's open source Knowledge Scaling Repository Application on AWS Elastic Beanstalk using CodePipeline. My pipeline is failing with an error: Your WSGIPath refers to a file that does not exist. I have configured my Pipeline through the console to look to /knowledge_repo/app/deploy/flask.py for the WSGI.

I see AWS EB documentation that seems to expect an application.py file for Flask apps, which does not exist in this repo.

What is the appropriate file path for the WSGI file for this app?

TylerH
  • 20,799
  • 66
  • 75
  • 101
BillZ
  • 127
  • 2
  • 7

1 Answers1

0

Try this: Go to your EB enviroment > Configuration > Software > Modify and change WSGIPath.

enter image description here