In my application, I use the AWS SDK for development. I can perform all operations except user registration (in developer authentication). At AWS, they mentioned that to register users, we need to write our own code. But I have no idea about the backend. I think that if amazon provides a direct solution for registering a user, it will be useful. And I went through the server-side configuration (amazon provided a sample code), but there we can register the user through the browser not through the ios client.
In my application, user registration contains email settings, username, password, and photo selection.
For user registration (developer authentication) I did more research, but I did not find a direct solution.
Is it possible to provide any direct solution or any good tutorial for implementing our own backend for user registration.
Thanks in advance.
source
share