'How to pull member DB into a AWS Amplify project?

We currently have a WordPress site which utilizes MemberPress for member authentication and data. I'm currently creating a React-Native application for the website, and need to be able to create/authenticate members. From what I've found, I don't think there is an easy way to integrate MemberPress with React-Native. Their Rest API allows you to post a new member, but there is no way to log a user in with the API. The only thing I'm seeing is that you are able to get all members, or a specific member if you have their member id.

I was thinking that I could set up AWS Amplify to handle the authentication, and somehow pull the existing members into the Amplify project. Is this possible? Is there some other way that I can accomplish this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source