1

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!

Shrike
  • 57
  • 1
  • 1
  • 7

1 Answers1

0

At the end I have used aws cloudwatch which runs lambda which pings my django endpoint every [n] minutes.

Shrike
  • 57
  • 1
  • 1
  • 7