-
virtualenv env -p python3
-
source env/bin/activate
-
pip install -r requirements.txt
will install the required packages. -
aws configure
if not done already, set up IAM user for Zappa before this step. -
zappa init
-
zappa deploy <your branch>
-
zappa update <your branch>
to update Lambda function.
willzhang05/cryptoticker
Cryptocurrency Market Ticker Alexa Skill, deployed via Zappa to AWS Lambda
PythonMIT