Skip to content

Commit 0078d97

Browse files
Chapter 11 - Recipe 'Deploying with AWS Elastic Beanstalk'
1 parent 074f4cd commit 0078d97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: application.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from my_app import app as application
2+
import sys, logging
3+
logging.basicConfig(stream = sys.stderr)

0 commit comments

Comments
 (0)