gordonje / mupdscraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement deployment plan

gordonje opened this issue · comments

In production, we will need to run the scraping/notification process on a daily schedule on AWS infrastructure available through the RJI Futures Lab account.

Given the light frequency and processing load, I recommend we:

  • Host the source code in a Lambda instance
  • Schedule the daily task via CloudWatch
  • Host the historical data in an S3 bucket
  • Handle email through SES