AWS Developer: Building on AWS. My Building on AWS Class Exercises
Building on AWS
sudo pip-3.6 install -r exercise-s3-upload/FlaskApp/requirements.txt
PHOTOS_BUCKET
FLASK_SECRET
https://gist.github.com/hofmannsven/9164408
show databases;
show tables;
use Photos;
describe photo;
select * from photo;