You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've taken the installed and running serverless-flask and brought in flask-bootstrap.
I've named my app campaignManager.py
I'm using the basic code from serverless-flask problem.zip
and your basic example
sls wsgi serve works fine with the code from serverless-flask and can't find app with yours
The module to execute is, in both cases, specified, in serverless.yml as campaignManager.app
Any thoughts?
The text was updated successfully, but these errors were encountered:
I've taken the installed and running serverless-flask and brought in flask-bootstrap.
I've named my app campaignManager.py
I'm using the basic code from serverless-flask
problem.zip
and your basic example
sls wsgi serve works fine with the code from serverless-flask and can't find app with yours
The module to execute is, in both cases, specified, in serverless.yml as campaignManager.app
Any thoughts?
The text was updated successfully, but these errors were encountered: