XML to JSON

The task

AWS maintain a XML feed of all it's blog posts here

We can extract the latest published entries and then convert it to JSON for additional use, since it's a more flexible and usable format.

What libraries

feedparser

json