DEV Community

Discussion on: How to schedule an AWS Lambda function

Collapse
 
sillians profile image
Basil Ihuoma

Hi, thanks for sharing this wonderful piece of Information on AWS Lambda.

Where you stated this in your article: "You could for example do some web scraping to extract information from a website and then load and save the results in an S3 bucket". I am working on something like that, I have this code that scrapes data from a website and uploads to s3 bucket. Please how do I implement this on AWS Lambda function, How do I use the Lambda function to trigger this script to run everyday. thanks