daily log 11.12.19

less than 1 minute read

Where we left off:

v5

THINGS STILL OPEN:

EC2 Route

v5-aws-flask STATUS: working locally, nltk not working live. Just started the ssh route. Continue down this route http://flask-env-v5.g8dfvcd6bz.us-west-2.elasticbeanstalk.com/

v3-aws-flask STATUS: working without NLTK, run eb deploy

aws-flask STATUS: Broken, not deploying. Non-broken is what is currenly on getquickwiki.com

LAMBDA Route

NODE PART:

tinynode/ sendsHtml

zip -r function.zip . aws lambda update-function-code --function-name sendsHtml --zip-file fileb://function.zip

PYTHON PART:

aws-lambda/ my-function

zip -g function.zip lambda_function.py aws lambda update-function-code --function-name my-function --zip-file fileb://function.zip

when updating packages cd v-env/lib/python3.7/site-packages zip -r9 ${OLDPWD}/function.zip . cd $OLDPWD zip -g function.zip lambda_function.py aws lambda update-function-code --function-name my-function --zip-file fileb://function.zip

HEROKU ROUTE

FlaskSummarizer STATUS: Working AFAIK

history > 20191112_history.txt

TO GET BACK TO EC2: v5-aws source v5-virt/bin/activate (deactivate when done) python application.py

Updated: