-
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
hackweek
with whatever you've called yourawscli
profile.aws --profile hackweek lambda update-function-code --function askSweden222 --zip-file fileb://ask-sweden.zip
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.