I have Django Postgres Database with DateField which is date of sending some message (SMS and email). I would like to schedule delivering somehow (so basically run function with parameters at this date). Everything is running on aws-lambda. I read Django - Set Up A Scheduled Job? but I wondering if there isn't some strictly aws solution. Or maybe if there is something better than https://aws.amazon.com/solutions/instance-scheduler/.
Thanks!