Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Create lambda for polling Python RSS feed. #2

Open
jordan-wright opened this issue Nov 14, 2020 · 1 comment
Open

[Python] Create lambda for polling Python RSS feed. #2

jordan-wright opened this issue Nov 14, 2020 · 1 comment

Comments

@jordan-wright
Copy link
Owner

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

@dlorenc
Copy link
Contributor

dlorenc commented Dec 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants