zappa_dash icon indicating copy to clipboard operation
zappa_dash copied to clipboard

Implementing Plotly's Dash on AWS Lambda via Zappa

A Dash example deployed to AWS Lambda and API Gateway using Zappa

Example at https://dash.struce.com

Modify the zappa_settings.json so it points to your bucket

virtualenv -p ($which python3) env
source env/bin/activate
pip install -r requirements.txt
zappa deploy

Status: follow the progress on this issue: https://github.com/plotly/dash/issues/22