Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix when no expressions or keep_warm is false
When I set keep_warm_expression it fails with ``` events=events File "/Users/valery/.local/share/virtualenvs/document_data_extract_zappa-j8vc3Vbe/lib/python3.6/site-packages/zappa/core.py", line 2783, in schedule_events print("Could not create event {} - Please define either an expression or an event source".format(name)) UnboundLocalError: local variable 'name' referenced before assignment ``` So I fixed it.
- Loading branch information