kdnuggets-feed uses Python 3.8 to serve a filtered RSS feed for KDnuggets. As a disclaimer, it has no affiliation with KDnuggets.
Serverless deployment to Google Cloud Functions is configured. It requires the following files:
- requirements.txt
- main.py (having callable
serve(request: flask.Request) -> Tuple[bytes, int, Dict[str, str]]
)
Deployment version updates are not automated. They can be performed manually by editing and saving the function configuration.
These deployment links require access: