Skip to content

Conversation

@kikuomax
Copy link
Contributor

@kikuomax kikuomax commented Nov 4, 2023

Issue

Description of changes:

  • Add user_not_found field to:
    • CognitoEventUserPoolsCreateAuthChallengeRequest
    • CognitoEventUserPoolsVerifyAuthChallengeRequest
  • Add test cases where user_not_found becomes true for:
    • CognitoEventUserPoolsDefineAuthChallengeRequest
    • CognitoEventUserPoolsCreateAuthChallengeRequest
    • CognitoEventUserPoolsVerifyAuthChallengeRequest

By submitting this pull request

  • I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • I confirm that I've made a best effort attempt to update all relevant documentation.

- Adds `user_not_found` field to:
    - `CognitoEventUserPoolsCreateAuthChallengeRequest`
    - `CognitoEventUserPoolsVerifyAuthChallengeRequest`
- Adds test cases where `user_not_found` becomes `true` for:
    - `CognitoEventUserPoolsDefineAuthChallengeRequest`
    - `CognitoEventUserPoolsCreateAuthChallengeRequest`
    - `CognitoEventUserPoolsVerifyAuthChallengeRequest`

issue aws#718
Copy link
Contributor

@calavera calavera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you run cargo fmt to fix the formatting issues? 🙏

Copy link
Contributor

@calavera calavera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@calavera calavera merged commit c565173 into aws:main Nov 4, 2023
@kikuomax kikuomax deleted the missing-user-not-found branch November 5, 2023 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing userNotFound field in "create/verify auth challenge" Cognito user pool events

2 participants