Added support for Cognito pre token generation with access token customization#538
Merged
Added support for Cognito pre token generation with access token customization#538
Conversation
…token generation event V2
bmoffatt
reviewed
Dec 19, 2023
| } | ||
|
|
||
| // CognitoDatasetRecord represents a record from an AWS Cognito Sync event | ||
| // CognitoDatasetRecord represents a record from an Amazon Cognito Sync event |
Collaborator
There was a problem hiding this comment.
thanks for the doc fixes too!
bmoffatt
reviewed
Dec 19, 2023
bmoffatt
reviewed
Dec 19, 2023
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #538 +/- ##
=======================================
Coverage 72.93% 72.93%
=======================================
Files 26 26
Lines 1456 1456
=======================================
Hits 1062 1062
Misses 322 322
Partials 72 72 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bmoffatt
reviewed
Dec 20, 2023
…atability of the GroupConfiguration struct
bmoffatt
approved these changes
Dec 20, 2023
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.
Description of changes:
Added CognitoEventUserPoolsPreTokenGenV2 event context. Version 2 of the pre token generation trigger introduces the ability to customize the access token. See https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-token-generation.html#cognito-user-pools-lambda-trigger-syntax-pre-token-generation
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.