简体   繁体   中英

Sync user data from amazon cognito to my mysql database from laravel after user is registered

I need to use AWS Cognito user authentication service with my React-Native app and also store user data through my mysql database from my laravel backend..

is there a way after user is registered in aws cognito, to send all its data to my mysql database and store it in my users table? like the email, name, cellphone

so after I can be able to use my 'mysql' database to makes queries inside my app..

Thanks in advance..

You can use Cognito Trigger for it, for example

Documentation

Example

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM