Serverless Offline Scheduler Local Testing Node JS

Onexlab
3 min readNov 15, 2020

In this article, We will discuss how we can test Serverless Framework CRON Job Scheduler Offline or Local using a Node JS.

Sometimes you need to test functionality locally on your system for instance you have Serverless Function (AWS lambda) that schedule to execute every 30 minutes to perform any X or Y task. So the question is how do you test it locally before deploying to…

--

--