How to disable all jobs for Serverless Ghost hosting

I am trying to come up with a concept of running Ghost in serverless environments like AWS Lambda. Though, it is possible to run NodeJS Environment on Lambda using Adapters but I am hitting roadblocks on the basic cron jobs it is registering.

I would like support on temporarily disabling all the jobs for testing / finding alternatives.