Earlier quoted context omitted.
I'm a bit confused by your objection to "platform lock-in." Presumably a person or company who has chosen to use this service understands the technical limitations and features it entails. That includes understanding that AWS may in fact implement this service differently than other providers do and that a future move might entail some non-trivial effort. That isn't platform lock-in in any meaningful sense. Besides,…
Because the best way to get a user to "move in" is to make it easy for them to "move out". It's actually in Amazon's financial interest to make it easy for people to move off of their offerings.
Amazon Cognito
111–120 of 166 posts
Re: Amazon Cognito
#112The interesting thing about all these services is that they're trying to abstract away the same types of problems that all developers come across: Identity, connectivity, sync/backup (and to some extent, deployment). A different (and more disruptive?) approach to this would be to put more control of these things into the hands of end-users such that they provide the 'backend' into which you (the developer) load your…
Re: Amazon Cognito
#113seems kind of expensive for what it does. imagine a game with 100k DAU (big, but not huge) 2 sessions per user per day say 10 "saves" per session 100,000 * 2 * 10 = 2 million synchs / 10k * $0.15 = $30/day for $900/month you could do FAR better just rolling your own these numbers are all reasonable for a mobile game... so it seems to me that the main use pattern would be for apps that don't need to synch very often.…
I find the aws pricing (and "cloud pricing" in general) fairly confusing, and the things is that you have to be so careful that the wrong checkbox isn't checked or something that opens the spigot to the credit card# you had to enter to try out the service on the free tier in the first place. Note that I saw that you can get an alert when it first charges anything via billing alerts (http://docs.aws.amazon.com/gettingstarted/latest/awsgsg-intr...), but still...
Re: Amazon Cognito
#114Isn't there a startup that does this already? Seems way too intuitive and natural to not have happen already.
Strongloop has http://loopback.io which has been interesting to work with. Looking to free up some time to investigate a little further!
Re: Amazon Cognito
#115The interesting thing about all these services is that they're trying to abstract away the same types of problems that all developers come across: Identity, connectivity, sync/backup (and to some extent, deployment). A different (and more disruptive?) approach to this would be to put more control of these things into the hands of end-users such that they provide the 'backend' into which you (the developer) load your…
I'm really intrigued by this model of internet infrastructure. Would you mind helping me understand the relevant difference between what you, Sandstorm[1], and OpenPDS[2] are doing? [1] https://sandstorm.io/ [2] http://openpds.media.mit.edu/
Sandstorm = packaging & separation of web apps from policy-managed data
Nymote & Mirage = UK systems research (OS, storage) on strong enforcement of claims similar but not limited to those being made in the above two projects
Re: Amazon Cognito
#116Is there anything like this in the enterprise space? Many of our customers want authentication against their internal Active Directory or other single sign-on solution. It would be nice if there was a company that exported an api, and did all the work of connecting up the various types of auth, so that we can focus on our own product rather than redo integration work that has probably been done by many other companie…
Re: Amazon Cognito
#117Why do so many people (and companies) pretend that app backends are just (logic-less) data stores? I can definitely see the argument that some mobile games only need to store/sync some basic state information on behalf of the user, but I just don't see it as being that simple for most other apps. I suppose this datastore-only backend model works for apps with users who are completely isolated from each other, but any…
Re: Amazon Cognito
#118This may sound stupid, so I apologise in advance for my ignorance.... I watched the video and the focus of this service seems to be on storing user data in a way that can be accessed by any device. I'm an API developer, isn't this just what every mobile app that uses an API to store data does, right? I personally don't write a different backend datastore for every device type that could connect to it, nor do I 'perma…
Re: Amazon Cognito
#119As far as Hacker New goes, we announced EnduroSync back in May, and got no promotion. Not one up vote?
Re: Amazon Cognito
#120Isn't there a startup that does this already? Seems way too intuitive and natural to not have happen already.