Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 898 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 898 Bytes

iitk-india-covid-data-parser

Parse websites and return a list of hospital dataclases. Written to a database.

Code

Main entrypoint: lambda_function.py

Deps

Requires environment variables:

  • INDIA_COVID_HOST
  • INDIA_COVID_AUTH_HEADER

Deployment

Update

  • Run "./lambda-zip-creator.sh" to create a new lambda.zip.

  • Follow instructions from AWS to update the data_scraper lambda from the zip.

Monitor