-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upstream_master' into slim_handler
# Conflicts: # README.md # tests/tests.py # zappa/cli.py
- Loading branch information
Showing
22 changed files
with
811 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!--- Provide a general summary of the issue in the Title above --> | ||
## Context | ||
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> | ||
<!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 2.7 --> | ||
|
||
## Expected Behavior | ||
<!--- Tell us what should happen --> | ||
|
||
## Actual Behavior | ||
<!--- Tell us what happens instead --> | ||
|
||
## Possible Fix | ||
<!--- Not obligatory, but suggest a fix or reason for the bug --> | ||
|
||
## Steps to Reproduce | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug include code to reproduce, if relevant --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Context | ||
<!--- How has this bug affected you? What were you trying to accomplish? --> | ||
|
||
## Your Environment | ||
<!--- Include as many relevant details about the environment you experienced the bug in --> | ||
* Zappa version used: | ||
* Operating System and Python version: | ||
* Link to your project (optional): | ||
* Your `zappa_settings.py`: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Flask==0.11.1 | ||
Flask>=0.12 | ||
zappa>=0.17.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
argcomplete==1.7.0 | ||
argcomplete==1.8.1 | ||
base58==0.2.4 | ||
botocore==1.4.87 | ||
boto3==1.4.2 | ||
botocore==1.5.6 | ||
boto3==1.4.4 | ||
docutils>=0.12 | ||
durationpy==0.3 | ||
futures==3.0.5 | ||
hjson==2.0.2 | ||
jmespath==0.9.0 | ||
kappa==0.6.0 | ||
lambda-packages==0.11.0 | ||
lambda-packages==0.12.0 | ||
python-dateutil==2.6.0 | ||
python-slugify==1.2.1 | ||
PyYAML==3.12 | ||
requests>=2.10.0 | ||
six==1.10.0 | ||
toml==0.9.2 | ||
tqdm==4.10.0 | ||
tqdm==4.11.2 | ||
troposphere>=1.9.0 | ||
Werkzeug==0.11.11 | ||
Werkzeug==0.11.15 | ||
wheel==0.29.0 | ||
wsgi-request-logger==0.4.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
coveralls==1.1 | ||
Django==1.10.4 | ||
mock==2.0.0 | ||
nose==1.3.7 | ||
nose-timer==0.6.0 | ||
placebo==0.8.1 | ||
coveralls>=1.1 | ||
coverage>=4.3.1 | ||
Django>=1.10.5 | ||
Flask>=0.12 | ||
mock>=2.0.0 | ||
nose>=1.3.7 | ||
nose-timer>=0.6.0 | ||
placebo>=0.8.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.