I am looking to make a turn based game that would require user sign up. I would like to use the services offered by AWS but am a little confused when it comes to singing up users with Cognito. Using their SDKs appears straight forwards but they cannot be used with Corona. I see that they have a REST api that would require me to do the request signing (seems complicated based on documentation). Before I start down this road I wanted to ask two questions:
- What are others out there doing to sing up/validate users? Writing their own custom calls to AWS or a similar service and handling all errors , storing tokens, etc.?
-Am I missing something with AWS - Is there a way to use the SDKs with Corona?
