Skip to content

AWS lambda scheduled to get the price data from a single page (H&M) once a day - and send an e-mail (posting to SNS) if the price has lowered under a certain threshold.

Notifications You must be signed in to change notification settings

Anonyma/cheerio-scraping-lambda-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Node Scheduled Cron Example

Very simple example of a cron-scheduled AWS lambda that fetches data for a product from a certain online store once a day, parses the data with Cheerio and sends an e-mail (using SNS) to notify the user if the price falls below a certain threshold.

(You will have to give your Lambda permission to post to SNS (SNS:Publish))

About

AWS lambda scheduled to get the price data from a single page (H&M) once a day - and send an e-mail (posting to SNS) if the price has lowered under a certain threshold.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published