ossmalware
ossmalware copied to clipboard
[Python] Create lambda for polling Python RSS feed.
To handle continuous monitoring for PyPI, we should create a lambda that runs on an interval to request PyPI's RSS feed and process new packages by pushing them up to the queue (currently SQS).
It looks like there are two relevant feeds: https://warehouse.pypa.io/api-reference/feeds.html
One is for new projects and one is for project updates. I don't see the "new projects" listed in the updates feed, so we probably need to watch both.