-
Notifications
You must be signed in to change notification settings - Fork 421
feat(data_classes): API Gateway V2 IAM and Lambda #201
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(data_classes): API Gateway V2 IAM and Lambda #201
Conversation
Update to support IAM and Lambda authorizer for API Gateway V2 trigger events
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.
LGTM except missing docstrings in certain properties for consistency
For , this refers to the context parameters returned by the lambda authorizer (optional) For , this refers to the IAM authorization details
Codecov Report
@@ Coverage Diff @@
## develop #201 +/- ##
========================================
Coverage 99.87% 99.87%
========================================
Files 67 67
Lines 2464 2499 +35
Branches 108 108
========================================
+ Hits 2461 2496 +35
Misses 3 3
Continue to review full report at Codecov.
|
@heitorlessa - made those changes. I did have to did around into the cognito docs for some of them and parts of the IAM / Lambda authorizers docs |
Looks great, thanks for those again @michaelbrewer !! |
Issue #, if available:
Description of changes:
Update to support IAM and Lambda authorizer for API
Gateway V2 trigger events
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.