Miserlou/Zappa

Deploy and Update from Local and S3-Hosted Zip Files

Open

#1128 opened on Sep 25, 2017

View on GitHub
 (13 comments) (0 reactions) (0 assignees)Python (11,903 stars) (1,286 forks)batch import
enhancementhacktoberfesthelp wanted

Description

A few people have requested the ability to do something like:

zappa deploy dev --zip localfile.zip

and similarly:

zappa update dev --zip s3://my_bucket/package.zip

Could be handy.

Contributor guide