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!
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.
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)
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.
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.
22 comments
[ 3.0 ms ] story [ 41.1 ms ] thread[1]: http://feeds.feedburner.com/AmazonWebServicesBlog
[2]: https://forums.aws.amazon.com/
A little noisy at times but it has definitely helped me keep up to date on things.
But I have to be honest I would not spend money on it.
You can already subscribe to specific products (Lambda, CloudFront, etc) and get news via email or into Slack.
I'm currently building the option to mute certain aws regions as you said.
For now we only support AWS but Azure and GCP are coming soon.
[0]: https://www.cloudnews.dev/
https://tailwindcss.com/
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.
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)
AWS: http://cloudnews.sapico.me/Home/ByTag?Name=AWS
Azure : http://cloudnews.sapico.me/Home/ByTag?Name=azure-devops
GCE: http://cloudnews.sapico.me/Home/ByTag?Name=gce
Cloudflare : http://cloudnews.sapico.me/Home/ByTag?Name=cloudflare
You're layout is way more organized and "use-case" specific though! Very nice
Just a heads-up though. I didn't see a monetization strategy behind my side-project and it does a lot more than what is "shown" now.
I especially like "your tags" feature.
[1] https://github.com/damoeb/rss-proxy