amazon-cognito-triggers Questions
4
My step:
I created user by calling the AdminCreateUser API.
I use my custom login form to do the first login
I change password (because I'm in FORCE_PASSWORD_CHANGE status)
Now the user is CONFIR...
Eider asked 15/4, 2019 at 11:57
1
Solved
We have a Cognito user pool that we'd like to migrate to a new User Pool to take advantage of some different configuration. However, our pool contains users signed up with email, Google, and Facebo...
Skyros asked 10/6, 2021 at 4:23
3
I am trying to set a lambda trigger on cognito for Auth Challenge using AWS-CLI, which involves DefinAuthChallenge, CreateAuthChallenge, VerifyAuthChallenge etc.
aws cognito-idp update-user-pool -...
Upstanding asked 22/2, 2020 at 11:1
3
Solved
I have tried to invoke the custom message function to send emails through SendGrid, well it worked but I don't have a way to stop AWS from sending through their emails. I have tried to set the mess...
Dita asked 25/11, 2019 at 20:20
0
I would like to implement a referral program for user signups and am looking to store the referee information as custom attributes in Cognito. I am using Amplify SDK for the same.
I am able to stor...
Isatin asked 21/12, 2020 at 16:5
1
Solved
My current stack is like this:
User creates an account via AWS Cognito
A post confirmation lambda is triggered which then adds further user details to a database
My database uses the sub id ge...
Chromaticity asked 13/6, 2020 at 13:17
1
Solved
Can we trigger pre token generation lambda in AWS Cognito for app clients (client credentials)?
Allargando asked 30/4, 2020 at 16:46
2
Solved
I was following the guide here for setting up a presignup trigger.
However, when I used callback(null, event) my lambda function would never actually return and I would end up getting an error
...
Griffey asked 23/2, 2019 at 21:43
1
© 2022 - 2024 — McMap. All rights reserved.