Running flask on AWS SAM

Frustrated learner ctippur at gmail.com
Sat Oct 14 12:11:48 EDT 2017


export SERVER_NAME="0.0.0.0:3000 sam local start-api" 
just exports everything and does not execute.

I tried 
export SERVER_NAME="0.0.0.0:3000" sam local start-api 
comes back with the same error.

Shekar



More information about the Python-list mailing list