We are looking to deploy a NestJS application (using Express) to AWS Lambda (or similar) using the Serverless framework (or similar).
How should we handle scheduled tasks / cron jobs?
I notice in the NestJS documentation that NestJS has an official package that integrates node-cron
.
Could you use this package in a serverless environment? If not, what is more appropriate?