I have this one function that is triggered every time an user quits the chat withouth properly ending the attendance. I want to know if its possible this function of mine create an schedule to execute another function to alert the user about the unfinished attendance.
1 Answer
It is possible to do using AWS Step Functions.
You can configure a state machine in which depending on the return value of your first lambda, a wait state will occur and afterward another lambda will be invoked.
3 Comments
Felipe Pin
I was trying to make it through the Cloudwatch event, will take a look on this! Thanks!
Felipe Pin
It solved my problem and open new horizon for some features i was having some trouble to design. Thank you very much!
Ronyis
Cool! Glad it helped. This feature is very useful for Serverless applications