Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.12 KB

Web Scraping with AWS serverless

GitHub last commit GitHub pull requests GitHub issues GitHub stars

In this project, we implement the web scraper with AWS lambda to fetch the job posting data from monster.com.

Table of contents

Description

We implement the web scraper with AWS serverless to fetch the job posting data from monster.com and store the structural data into database.

We use AWS lambda (i.e., Serverless Compute Service) to run the code and Amazon DynamoDB (i.e., fully managed proprietary NoSQL database service) to store structural data.

Conclusion

In this project, we implemented web scraper with AWS serverless to to fetch the job posting data from monster.com.