Chris Gilligan - 23 - Dec 31, 2014

Is there support yet for DynamoDB as the user store? Really wanted to take advantage of the free database i get for a year vs needing the paid options for my user store.

There’s no DynamoDB support for AuthProvider, just as a AWS caching client. Though creating adapters for AWS/Azure is on the roadmap, hopefully will have free time for it in the new year.

Chris Gilligan:

thanks Demis it would be good to see. I tried creating my own one but the integer ID’s on the interfaces and objects caused me no end of trouble and i could only search by user id and not userid and email. I may have to use a relational DB for now.