Apigateway stages#1
Open
tanmaybaranwal wants to merge 520 commits into
Open
Conversation
Update README.md
…l-override Remove setLevel call from common_log logger
Support 'zappa certify' on Windows. Fixes Miserlou#522
Complete the followup for pull request Miserlou#1006
Allow overriding of endpoint_url arg to AWS clients (Fixes Miserlou#1068)
Do per-stage aws endpoint configuration, not global.
added support for API Gateway stage variables, as to allow versioning in Lambda https://aws.amazon.com/blogs/compute/using-api-gateway-stage-variables-to-manage-lambda-functions/
Improved documentation, as described in issue Miserlou#1073
…the zappa_settings.json
…hod now that it is used in two places. In case we ever change project_name generation going forward.
…init, and other global stages extend the given stage.
detects if current runtime is py2/3 and adds the appropriate line to …
Adding XRay support
adding new zappa guide
Add support for AWS Cognito Triggers
Documentation about the Zappa package building process
If there is not a profile region we don't set the null key.
Removing Null profile region
…s-0.13 [Doppins] Upgrade dependency Werkzeug to ==0.13
…-3.2.0 [Doppins] Upgrade dependency futures to ==3.2.0
- added test to validate wsgi environ.
…it under python2.7)
Zappa with Flask cannot route unicode strings.
anush0247
pushed a commit
that referenced
this pull request
Jan 25, 2018
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update: Merged miserlou:master to origin:apigateway_stages