You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run some of my lambdas periodically and it seems there is no straightforward way to do that. What I did was I created a ping action, which curls lambda url and thus invokes it.
ping:
curl https://my.function.url/
This is a hacky solution, but what is the intended way?
Is it possible to add launcher as an action into the scheduler?
ping action on the screenshot is what I use right now and run is what I would like to have
The text was updated successfully, but these errors were encountered:
Hi!
I would like to run some of my lambdas periodically and it seems there is no straightforward way to do that. What I did was I created a
ping
action, which curls lambda url and thus invokes it.This is a hacky solution, but what is the intended way?
Is it possible to add launcher as an action into the scheduler?
ping
action on the screenshot is what I use right now andrun
is what I would like to haveThe text was updated successfully, but these errors were encountered: