Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 628 Bytes

File metadata and controls

18 lines (18 loc) · 628 Bytes

local-news-lambda

Part of a local news scanning application. This AWS Lambda function takes a list of sitemaps and home pages that belong to local news websites, then efficiently extracts all links from them.

Installation

You need the Grunt CLI installed globally:

$ npm install -g grunt-cli

Once you've cloned the repository:

$ npm install

To package the project up as a Lambda deliverable:

$ grunt lambda_package

Resources