Does Hangfire support DynamoDB?

Hi,

Does anybody know if Hangfire support Recurring jobs for DynamoDB? I want to daily run an API which deal with DynamoDB.

Recurring jobs fire many times on the specified CRON schedule.

RecurringJob.AddOrUpdate( () => Console.WriteLine(“Recurring!”), Cron.Daily);