-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(parser): add support for API Gateway HTTP API #434 #441
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #441 +/- ##
========================================
Coverage 99.90% 99.90%
========================================
Files 102 104 +2
Lines 4124 4193 +69
Branches 205 205
========================================
+ Hits 4120 4189 +69
Misses 1 1
Partials 3 3
Continue to review full report at Codecov.
|
Good job! :) Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One tiny change that it seems to be a typo on a property that doesn't exist.
no idea how that got into there ;) Co-authored-by: Heitor Lessa <[email protected]>
merging - thanks a lot @risenberg-cyberark ;) |
Support for API GW v2 proxy schema & envelope.
see issue #434