-
Notifications
You must be signed in to change notification settings - Fork 406
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): Cognito custom auth triggers #178
Conversation
Add support for "Custom Authentication Challenge Lambda Triggers": * Add response helpers * Implement "Define auth challenge", "Create auth challenge" and "Verify auth challenge response"
Codecov Report
@@ Coverage Diff @@
## develop #178 +/- ##
=========================================
Coverage 99.86% 99.86%
=========================================
Files 52 52
Lines 2154 2275 +121
Branches 97 99 +2
=========================================
+ Hits 2151 2272 +121
Misses 3 3
Continue to review full report at Codecov.
|
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.
Spotted a typo
aws_lambda_powertools/utilities/data_classes/cognito_user_pool_event.py
Outdated
Show resolved
Hide resolved
dev builds fixed - please rebase and apologies for the inconvenience. |
Co-authored-by: Joris Conijn <[email protected]>
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 - Thanks a lot for those changes, and other minor fixes in docstrings I noticed @michaelbrewer
Merging it..
Issue #, if available:
Description of changes:
Add support for "Custom Authentication Challenge Lambda Triggers":
auth challenge response"
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.