<https://dev.to/kumo/a-serverless-solution-to-just...
# sst
j
https://dev.to/kumo/a-serverless-solution-to-just-in-time-scheduling-3cn6 this could be a quick add to the list of constructs.
t
frank was recently talking about implementing something like this with sfns
but I imagine this maybe is cheaper?
j
There is a blog somewhere where they argue that this is the cheapest and most precise (serverless) option currently available on AWS.
I used to have a home-made, minute-level precision service like that and I'd hook it to everything : from interservice hooks/callbacks to mobile messages (through mqqt/websocket or Google/FCM). It's one of the missing pieces in serverless 😅
a
Yeah, agreed that it's missing piece on AWS. Having something like this in SST would be great 👍
j
Unfortunately TTL is not reliable (minutes or hours of jitter) and cloudwatch and step functions aren't cheap and you still need a lambda.
t
+1 for step functions. super easy to setup with cdk, we use it for our notification engine