I am just moving away from parse to AWS. I just wanted to allow the users to register themselves as a user in AWS DB. I also wanted to implement custom login.
As I as am completely new I have tried the following
1)Created an App in the Console by enabling custom user's SignIn
2)Enabled Cloud logic
3)Enable push notifications
4)Downloaded the package from the AWS Console.
5)I have created an Identity pool in AWS Cognito
Now I just wanted to know what I have to do next if I need to register a user to the app and make him Sign-In?
Thanks in advance.