I have a java script code that uses puppeteer to do some changes in a website, i want to schedule this code to run in lambda in especific time periods, i have already tried to find some tutorial about this but havent find any especificly about this topic.
You can make use of cloudwatch rules/cron to trigger lambda in periodic manner. https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html