You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using serverless.ts since the code base is using typescript.
I was planning to use multiple cron schedules for a function or use the serverless-local-schedule plug-in, but typescript would say that the format is incompatible, even though the serverless doc for its yaml equivalent is valid. How can this be fixed?
I am using
serverless.ts
since the code base is using typescript.I was planning to use multiple cron schedules for a function or use the
serverless-local-schedule
plug-in, but typescript would say that the format is incompatible, even though the serverless doc for its yaml equivalent is valid. How can this be fixed?What I have:
The error message:
Setup:
The text was updated successfully, but these errors were encountered: