DEV Community

Discussion on: Create AWS Lambda Function Triggered By S3 Notification Event

Collapse
 
sillians profile image
Basil Ihuoma

I need help... I have this scrapper that gets data from a website, please how do I use lambda function with EventBridge to trigger the scrapper to get data on a daily basis.

Collapse
 
vumdao profile image
🚀 Vu Dao 🚀

Use EventBridge with cron schedule to trigger lambda function

Collapse
 
sillians profile image
Basil Ihuoma

thanks