Is it possible to modify AWS Cognito user attributes in the Lambda triggers

前端 未结 4 1488
说谎
说谎 2021-02-18 14:58

Having a look at the AWS documentation,

https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html#cogni

4条回答
  •  耶瑟儿~
    2021-02-18 15:45

    There isn't a way to mutate/augment attributes during sign up, but during sign in, you can mutate/augment them with the pre-token generation trigger.

提交回复
热议问题