I'm using AWS Cognito to manage users in my application and all the users are MFA enabled. So users receive verification codes when they are signing up and signing in. Due to spending limits and other reasons, I'm wondering if I can use Twillio or any other 3rd party integrated, to send out those SMS messages to users. Very much appreciate any help. Thank you.
Asked
Active
Viewed 1,509 times
1
-
2Something like this? -> https://stackoverflow.com/q/44594700/4636715 – vahdet Jan 02 '20 at 11:43
-
@vahdet exactly. Thank you for the reference. – sriyan Jan 02 '20 at 22:39
1 Answers
3
Looking at the document, it seems that it is now possible to send emails and SMS using a third party. It is unknown when it was released.
Custom Sender Lambda Trigger https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-custom-sender-triggers.html
Custom SMS Sender Lambda Trigger https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-custom-sms-sender.html
Custom Email Lambda Trigger https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-custom-email-sender.html

konishi.keisuke
- 116
- 1
- 3