Ask HN: Open-source user management API that uses AWS?

3 points by halfbit ↗ HN
I am looking to set up a user management system that would allow users to login/edit/ect from websites and apps.

Although I have found a few different options, I can not seem to find any service built on top of Amazon Web Services. My application runs on AWS so it would be nice to have the user registration be in the same place.

Does anyone know of such a service?

If not, is there a reason it does not exist?

3 comments

[ 3.0 ms ] story [ 14.7 ms ] thread
You don't need something to "run on top of AWS".

AWS is just an infrastructure provider and your user-management tool will run under some type of BSD/Linux OS, so it just needs to run on that and integrate with your app.

Not sure if this is exactly what you're looking for but Amazon offers "Amazon Cognito" (http://aws.amazon.com/cognito/) which allows you to save user data in the AWS Cloud without writing any backend code.