Earlier quoted context omitted.
I dunno. From the angle I'm looking, AWS wants to sell Redis/Mongo/Elasticsearch because that's what the devs are using. The devs are using it because it solves one of their problems well (or, less charitably, because its a "standard part" of new-framework-de-jour). I can't think of any piece of software that came out of a cloud provider into a place of being "the essential hot new dev framework". I don't deny for a…
Well I think cloud providers look at software offerings differently. To them, software is a managed distributed system that works at scale and probably doesn't make very much sense if there's only a single user. It's hard for a managed service like that to be distributed as a single codebase or binary in the way that redis can. But they still pump out technologies that have high dev adoption. Things like Lambda, S3,…
And I'll give Amazon credit for Lambda and Kinesis, but at least in my head, S3 is just ludicrous-scale BerekleyDB (or any of the persist-to-disk forks of memcached including the one I wrote back when it was still written in Perl).