Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 285 Bytes

File metadata and controls

25 lines (13 loc) · 285 Bytes

scrapy-lambda


Scrapy pipeline which invokes a lambda with the scraped item

Install

   pip install ScrapyElasticSearch

Usage (Configure settings.py:)

   ITEM_PIPELINES = {
       'scrapylambda.AWSLambdaPipeline': 800
   }