Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

AWS API Gateway with Amazon Lambda integrations support #545

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Mar 24, 2023

PathFinder refactor and path_finder_cls parameter added to Validator to introduce APIGatewayPathFinder

Fixes #204

@p1c2u p1c2u force-pushed the feature/amazon-lambda-using-aws-api-gateway-proxy-support branch 2 times, most recently from 13a8c60 to ee215c4 Compare March 25, 2023 06:57
@p1c2u p1c2u changed the title Amazon Lambda using AWS API Gateway proxy support AWS API Gateway with Amazon Lambda integrations support Mar 25, 2023
@p1c2u p1c2u force-pushed the feature/amazon-lambda-using-aws-api-gateway-proxy-support branch 4 times, most recently from 1ee739e to 07d59c0 Compare March 25, 2023 08:34
@codecov
Copy link

codecov bot commented Mar 25, 2023

Codecov Report

Merging #545 (560e8f8) into master (f6dd268) will decrease coverage by 4.16%.
The diff coverage is 41.83%.

❗ Current head 560e8f8 differs from pull request most recent head dcd14cb. Consider uploading reports for the commit dcd14cb to get more accurate results

@@            Coverage Diff             @@
##           master     #545      +/-   ##
==========================================
- Coverage   90.30%   86.14%   -4.16%     
==========================================
  Files         124      134      +10     
  Lines        3681     3942     +261     
  Branches      442      480      +38     
==========================================
+ Hits         3324     3396      +72     
- Misses        302      485     +183     
- Partials       55       61       +6     
Impacted Files Coverage Δ
openapi_core/contrib/aws/__init__.py 0.00% <0.00%> (ø)
openapi_core/contrib/aws/datatypes.py 0.00% <0.00%> (ø)
openapi_core/contrib/aws/finders.py 0.00% <0.00%> (ø)
openapi_core/contrib/aws/requests.py 0.00% <0.00%> (ø)
openapi_core/contrib/aws/responses.py 0.00% <0.00%> (ø)
openapi_core/contrib/aws/types.py 0.00% <0.00%> (ø)
openapi_core/validation/validators.py 93.04% <83.33%> (-1.51%) ⬇️
openapi_core/templating/paths/iterators.py 86.81% <86.81%> (ø)
openapi_core/templating/paths/protocols.py 87.50% <87.50%> (ø)
openapi_core/templating/paths/__init__.py 100.00% <100.00%> (ø)
... and 5 more

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@p1c2u p1c2u force-pushed the feature/amazon-lambda-using-aws-api-gateway-proxy-support branch 8 times, most recently from 621be8d to 560e8f8 Compare March 26, 2023 10:35
@p1c2u
Copy link
Collaborator Author

p1c2u commented Feb 24, 2024

Closing in favor of #796

@p1c2u p1c2u closed this Feb 24, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add AWS Api Gateway integration
1 participant