* added region and lambda name to not deployed error
0.28.1
* Add "global" mode to init. Expect a blog post soon! * Small refactors and dependency upgrades.
0.28.0
* `--json` for machine readable status output * `--all` for global deployment prep * Better exit code handling * Get AWS region from profile if not set in zappa_settings.json * Fix broken Django management command invocation * Add Kinesis permission * Add capability to specify authoriser arn * Various refactors and small fixes
0.27.1
* Bump lambda-packages * Fix new Django unicode problems (397) * Ensure env vars are strings via scoates * Fix 382
0.27.0
* Remove many hacks using new API Gateway features. * Closes 303, 363, 361 * See the [blog post](https://blog.zappa.io/posts/unhacking-zappa-with-new-apigateway-features) for more details! * Bump dependencies - make sure you reinstall your requirements! * Improved stack update handling.
0.26.1
* Warn on namespace collisions. * Bump lambda-packages version.