Documentation ¶
Overview ¶
changelog-nightly-parser is an AWS Lambda function that visits the Changelog Nightly page, extracts the URLs of trending repositories found and stores them as a JSON file the the specified Github repository.
Three environment variables have to be defined for the Lambda function to work: - GITHUB_REPOSITORY - name of repository to which to upload the JSON file (eg. "trending-daily"). - GITHUB_OWNER - Github username (eg. "myusername") - GITHUB_TOKEN - Github personal token (eg. "myusername")
Click to show internal directories.
Click to hide internal directories.