Miserlou/Zappa

Add a pre-deployment sanity check

Open

#78 opened on May 11, 2016

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Python (11,903 stars) (1,286 forks)batch import
enhancementgood-ideahacktoberfesthelp wanted

Description

Just display warnings if the app_module doesn't exist to avoid the

 UnboundLocalError: local variable 'app_module' referenced before assignment 

that happens from putting the wrong values in zappa_settings.

Contributor guide