AWS actually isn't that bad when it comes to RSS feeds: Their official blog offers an RSS feed [1], but even better: each of their forum sections [2] offers a (quite hidden) RSS feed with all announcements in that section, which is quite handy if you're interested in news for a particular service only. For example here is the RSS feed for S3 announcements: https://forums.aws.amazon.com/rss/rssannounce.jspa?forumID=2...
Well I always thought AWS had only one RSS feed for all their news thus parsing the feed and making this page. I did not know about a feed for each section. Thank you!
Before joining Amazon in 2002, I built and ran Syndic8, a side project site that collected, polled, and organized RSS and Atom feeds for easy discovery. In addition to the web UI, Syndic8 featured a comprehensive web service API, powered by the then-popular XML-RPC protocol.
Syndic8 was built on PHP and MySQL and hosted at a colo provider. I was never able to scale beyond a single instance at my colo, and have sometimes thought about how I would rebuild the site today using EC2, S3, DynamoDB, and so forth.
My operational experience with XML, RSS, and web services was (I was later told) a deciding factor in the decision to hire me.
Nice implementation of RSS! I am dogfeeding something very similar to this.
I actually wanted to see how fast i could set up something similar and this is what i came up with : http://cloudnews.sapico.me/ ( i will delete it soon fyi)
I would like to see the ability to only get news are available for my aws region Frankfurt (or globally such as Cloudfront). I really don't care that service XYZ is now available in AWS GovCloud. I would like to get news regarding new services and be able to easily remove them if they are not interesting to me (e.g. Microsoft SQL).
But I have to be honest I would not spend money on it.
If you looking for a niche feed, you might want to check out a general purpose feed generator rss-proxy [0]. It even supports JavaScript rendered pages.
As formats, RSS and Atom are bad. JSONfeed is better, but still not ideal. The NinJS format (News In JSON) is pretty much ideal, but no one uses it, sadly.
https://awsapichanges.info was my foray into this, as a developer centric view that shows the actual api changes with method parameter diffing, also with RSS feed.
[1]: http://feeds.feedburner.com/AmazonWebServicesBlog
[2]: https://forums.aws.amazon.com/