ossmalware icon indicating copy to clipboard operation
ossmalware copied to clipboard

[Python] Create lambda for polling Python RSS feed.

Open jordan-wright opened this issue 5 years ago • 1 comments

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).

jordan-wright avatar Nov 14 '20 03:11 jordan-wright

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.

dlorenc avatar Dec 01 '20 17:12 dlorenc