I found a way to trigger the aws lambda function at a point of time like after every 5 minutes or 20 hours whatever but searched whole through the internet and was unable to find how to trigger it automatically and make that event to get inside app.get('/cron/job') method.
No doubt the lambda function will trigger after any time that we specify, that is working for me. But my problem is that I am unable to make the lambda after every trigger to enter into app.get('/cron/job').Means not whole of the lambda but just a code in lambda. How to do that.
Please any help would be fine.