README.md
March 11, 2017 ยท View on GitHub
How do?
-
Install
virtualenv.pip2 install virtualenv -
Create a virtualenv and activate it.
virtualenv -p `which python2` .venv source .venv/bin/activate -
Activate the virtualenv.
pip install -r requirements.txt -
Hackity hack.
-
Create the deployment package.
./bundle.sh -
Push it. Replace
hackweekwith whatever you've called yourawscliprofile.aws --profile hackweek lambda update-function-code --function askSweden222 --zip-file fileb://ask-sweden.zip