help wanted
Description
Context
Directories not ignored as expected. The zappa_settings.json looks like this. Note that I am using .gitignore notation for ignoring the directories.
https://github.com/nueverest/vue_flask/blob/master/zappa_settings.json
{
"production": {
"s3_bucket": "nueverest",
"aws_region": "us-west-2",
"app_function": "vue_flask.app",
"delete_local_zip": false,
"exclude": ["deployed/", "static/", "unit_tests/", "*.css", "*.js", "*.json", "*.csv", "*.ico"]
}
}
Expected Behavior
I am expecting the folders named: deployed, static, and unit_tests to be excluded from the generated zip file.
Actual Behavior
When I open the generated zip file I see the folders that I thought were excluded. This increases the time it takes to deploy the app.
Possible Fix
Allow directory patterns to be excluded via zappa_settings, or document how it is currently implemented in the readme.
Your Environment
- Zappa version used: 0.37.1
- Operating System and Python version: Windows and Py 2.7.13
- Link to your project (optional): https://github.com/nueverest/vue_flask
- Temporary link to deployed site: https://kw4udfbos9.execute-api.us-west-2.amazonaws.com/production