With Serverless Framework v3 in typescript, when I try to create a cron lambda function, the properties “cron” doesn’t exist in schedule, but “rate” does exists:
Here is the type of schedule of serverless v3:
Why is “cron” properties available in a serverless.yml file and not serverless.ts file ?
Original doc: Serverless Framework - AWS Lambda Events - Scheduled & Recurring