Hey there - is there any straight forward way to set up delayed jobs that can run at a specific time (instead of a cron job or immediate queue)? I'm thinking of something like
repeater or
quirrel (no longer supported)
Use case: schedule a (blog/social) post to publish in the future at an exact time/date.
From what I have been reading it may be possible with
aws step functions "wait" state.
I wonder if this would be a valid use case to include in an SST construct?