Hy Everyone !
I have a service which contains serverless.yml file like the one shown below.
I have a function with event “http” and another function “cronFunc” with “schedule” event. How do I run this independently. currently I am unable to run them in single file but when I remove one of the functions, it works fine.