What does the Cron stack use? Is it a lambda funct...
# random
f
What does the Cron stack use? Is it a lambda function?
t
the cron construct?
it lets you specify a lambda to be invoked
behind the scenes it's using an eventbridge rule that runs on schedule
f
I see. Thank you so much!
The Queue construct uses SQS right?
t
yeah
f
Thanks!