docs(api-gateway): add support for new router feature #767
Merged
heitorlessa merged 18 commits intoaws-powertools:developfrom Nov 12, 2021
Merged
docs(api-gateway): add support for new router feature #767heitorlessa merged 18 commits intoaws-powertools:developfrom
heitorlessa merged 18 commits intoaws-powertools:developfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #767 +/- ##
===========================================
- Coverage 99.98% 99.90% -0.08%
===========================================
Files 118 118
Lines 5097 5107 +10
Branches 277 279 +2
===========================================
+ Hits 5096 5102 +6
- Misses 0 2 +2
- Partials 1 3 +2
Continue to review full report at Codecov.
|
heitorlessa
reviewed
Oct 18, 2021
heitorlessa
suggested changes
Oct 18, 2021
Contributor
heitorlessa
left a comment
There was a problem hiding this comment.
Let's keep /users and /health only, and focus on a diagram to show how it's interconnected, and on trade-offs in general (fat vs thin)
DanyC97
reviewed
Oct 21, 2021
Co-authored-by: Dani Comnea <dani_comnea@yahoo.com>
Contributor
Author
@heitorlessa - this was done. We will have to do something similar for the AppSync PR (or refer these docs) |
…uter * michaelbrewer/docs/router: feat(data-classes): ActiveMQ and RabbitMQ support (aws-powertools#770) feat(appsync): add Router to allow large resolver composition (aws-powertools#776) chore(deps-dev): bump mkdocs-material from 7.3.3 to 7.3.5 (aws-powertools#781) chore(deps-dev): bump flake8-isort from 4.0.0 to 4.1.1 (aws-powertools#785) chore(deps): bump urllib3 from 1.26.4 to 1.26.5 (aws-powertools#787) chore(deps-dev): bump flake8-eradicate from 1.1.0 to 1.2.0 (aws-powertools#784) chore(deps): bump boto3 from 1.18.61 to 1.19.6 (aws-powertools#783) chore(deps-dev): bump pytest-asyncio from 0.15.1 to 0.16.0 (aws-powertools#782) docs: fix indentation of SAM snippets in install section (aws-powertools#778) Fix middleware sample (aws-powertools#772) Removed unused import, added typing imports, fixed typo in example. (aws-powertools#774) Fix middleware sample (aws-powertools#772) Removed unused import, added typing imports, fixed typo in example. (aws-powertools#774) Update docs/core/event_handler/api_gateway.md # Conflicts: # docs/core/event_handler/api_gateway.md
michaelbrewer
commented
Oct 30, 2021
michaelbrewer
commented
Oct 30, 2021
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
heitorlessa
approved these changes
Nov 12, 2021
This was referenced Nov 12, 2021
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.
Issue #, if available:
Description of changes:
Add docs on how to use the new
Routerdecorator for the API Gateway ResolversChecklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
View rendered docs/core/event_handler/api_gateway.md